Steel Blue
#5DACBB
CyanColor Codes
All color formats for development
HEX
#5DACBBRGB
rgb(93, 172, 187)HSL
hsl(190, 41%, 55%)OKLCH
oklch(0.7 0.081 211.3)CMYK
cmyk(50%, 8%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AA1B2
2#428F9E
3#3A7D8A
4#326B77
5#295963
6#21474F
7#19363B
8#112428
9#081214
Tints
Lighter variations
1#6DB4C2
2#7EBCC9
3#8EC5D0
4#9ECDD6
5#AED5DD
6#BEDEE4
7#CEE6EB
8#DFEEF1
9#EFF7F8
Tones
Muted variations
1#62A8B7
2#67A5B2
3#6BA2AD
4#709FA8
5#759CA4
6#79999F
7#7E969A
8#839396
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 | D0E7 #D0E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD4 #ACD4DC | BordersInactive statesPlaceholder text |
| 400 | 81BE #81BECA | Disabled statesSecondary iconsMuted text |
| 500 | 5DAC #5DACBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428F #428F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3572 #35727E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2651 #26515A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #18343A | 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: #D0E7EB;
--steel-blue-300: #ACD4DC;
--steel-blue-400: #81BECA;
--steel-blue-500: #5DACBB;
--steel-blue-600: #428F9E;
--steel-blue-700: #35727E;
--steel-blue-800: #26515A;
--steel-blue-900: #18343A;
--steel-blue-950: #0F2024;
}