Steel Blue
#5DAABB
CyanColor Codes
All color formats for development
HEX
#5DAABBRGB
rgb(93, 170, 187)HSL
hsl(191, 41%, 55%)OKLCH
oklch(0.695 0.08 213.7)CMYK
cmyk(50%, 9%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A9FB2
2#428D9E
3#3A7C8A
4#326A77
5#295863
6#21474F
7#19353B
8#112328
9#081214
Tints
Lighter variations
1#6DB3C2
2#7EBBC9
3#8EC4D0
4#9ECCD6
5#AED5DD
6#BEDDE4
7#CEE6EB
8#DFEEF1
9#EFF7F8
Tones
Muted variations
1#62A7B7
2#67A4B2
3#6BA1AD
4#709EA8
5#759BA4
6#79989F
7#7E959A
8#839296
9#888F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD4 #ACD4DC | BordersInactive statesPlaceholder text |
| 400 | 81BD #81BDCA | Disabled statesSecondary iconsMuted text |
| 500 | 5DAA #5DAABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428D #428D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3570 #35707E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2650 #26505A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1833 #18333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F2F4;
--steel-blue-200: #D0E6EB;
--steel-blue-300: #ACD4DC;
--steel-blue-400: #81BDCA;
--steel-blue-500: #5DAABB;
--steel-blue-600: #428D9E;
--steel-blue-700: #35707E;
--steel-blue-800: #26505A;
--steel-blue-900: #18333A;
--steel-blue-950: #0F2024;
}