Steel Blue
#5FB2B9
CyanColor Codes
All color formats for development
HEX
#5FB2B9RGB
rgb(95, 178, 185)HSL
hsl(185, 39%, 55%)OKLCH
oklch(0.714 0.081 202.7)CMYK
cmyk(49%, 4%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DA7AF
2#44959C
3#3C8288
4#336F75
5#2B5D61
6#224A4E
7#1A383A
8#112527
9#091313
Tints
Lighter variations
1#6FB9C0
2#7FC1C7
3#8FC9CE
4#9FD1D5
5#AFD8DC
6#BFE0E3
7#CFE8EA
8#DFF0F1
9#EFF7F8
Tones
Muted variations
1#64AEB5
2#68AAB0
3#6DA6AC
4#71A3A7
5#769FA3
6#7A9B9E
7#7F979A
8#839495
9#889091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD7 #ADD7DB | BordersInactive statesPlaceholder text |
| 400 | 83C3 #83C3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB2 #5FB2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4495 #44959C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3676 #36767C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2754 #275459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1936 #193639 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F3F4;
--steel-blue-200: #D1E9EB;
--steel-blue-300: #ADD7DB;
--steel-blue-400: #83C3C9;
--steel-blue-500: #5FB2B9;
--steel-blue-600: #44959C;
--steel-blue-700: #36767C;
--steel-blue-800: #275459;
--steel-blue-900: #193639;
--steel-blue-950: #102223;
}