Steel Blue
#5DADBB
CyanColor Codes
All color formats for development
HEX
#5DADBBRGB
rgb(93, 173, 187)HSL
hsl(189, 41%, 55%)OKLCH
oklch(0.702 0.081 210.2)CMYK
cmyk(50%, 7%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AA2B2
2#42909E
3#3A7E8A
4#326C77
5#295A63
6#21484F
7#19363B
8#112428
9#081214
Tints
Lighter variations
1#6DB5C2
2#7EBEC9
3#8EC6D0
4#9ECED6
5#AED6DD
6#BEDEE4
7#CEE6EB
8#DFEFF1
9#EFF7F8
Tones
Muted variations
1#62AAB7
2#67A7B2
3#6BA3AD
4#70A0A8
5#759DA4
6#79999F
7#7E969A
8#839396
9#889091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD5 #ACD5DC | BordersInactive statesPlaceholder text |
| 400 | 81BF #81BFCA | Disabled statesSecondary iconsMuted text |
| 500 | 5DAD #5DADBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4290 #42909E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3573 #35737E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2652 #26525A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #18353A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F2F4;
--steel-blue-200: #D0E7EB;
--steel-blue-300: #ACD5DC;
--steel-blue-400: #81BFCA;
--steel-blue-500: #5DADBB;
--steel-blue-600: #42909E;
--steel-blue-700: #35737E;
--steel-blue-800: #26525A;
--steel-blue-900: #18353A;
--steel-blue-950: #0F2124;
}