Air Force Blue (RAF) (#5D8AA8)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.71:1 — vs black: 5.67:1
Color values
-
HEX
#5D8AA8 -
RGB
rgb(93, 138, 168) -
HSL
hsl(204, 44%, 65%) -
CMYK
cmyk( 44.64, 17.86, 0, 34.12 ) -
Websafe
#669999 - Shades of blue
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #5D8AA8 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#5D8AA8
Base
#A87B5D
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#5D8AA8
Base
#5DA8A1
#5D65A8
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#5D8AA8
Base
#A85D8A
#8AA85D
Two colors flanking the complement — high contrast with less tension than full complementary.
#5D8AA8
Base
#A85D65
#A8A15D
Four colors at 90° intervals — rich variety, best when one color dominates.
#5D8AA8
Base
#A15DA8
#A87B5D
#65A85D
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#5D8AA8
Base
#263946
#406278
#4D758F
#789DB6
#8FAEC3
#C1D2DD
Darker shades and lighter tints of Air Force Blue (RAF), generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#090E11
#19262F
#2A3F4E
#3A586D
#4B718B
#5D8AA8
Base
#7A9FB8
#97B4C7
#B4C9D7
#D1DEE6
#EEF3F6
Ready-to-use code snippets for #5D8AA8. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #5D8AA8;
}
/* Text */
.element {
color: #5D8AA8;
}
/* Border */
.element {
border: 1px solid #5D8AA8;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#5D8AA8,
#CFA081
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#5D8AA8,
#CFA081
);
}
// SCSS variable
$air-force-blue-(raf): #5D8AA8;
// With RGB channels (useful for rgba() usage)
$air-force-blue-(raf)-r: 93;
$air-force-blue-(raf)-g: 138;
$air-force-blue-(raf)-b: 168;
// Usage
.element {
background-color: $air-force-blue-(raf);
color: rgba($air-force-blue-(raf)-r, $air-force-blue-(raf)-g, $air-force-blue-(raf)-b, 0.8);
}
How Air Force Blue (RAF) appears to people with different types of color vision deficiency.
#5D8AA8
How the color appears with full color vision.
#7F7FA9
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#8686A8
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#558E8E
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#858585
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.