Steel Blue
#5FACB9
CyanColor Codes
All color formats for development
HEX
#5FACB9RGB
rgb(95, 172, 185)HSL
hsl(189, 39%, 55%)OKLCH
oklch(0.7 0.078 209.6)CMYK
cmyk(49%, 7%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DA1AF
2#448F9C
3#3C7D88
4#336B75
5#2B5961
6#22474E
7#1A363A
8#112427
9#091213
Tints
Lighter variations
1#6FB4C0
2#7FBCC7
3#8FC5CE
4#9FCDD5
5#AFD5DC
6#BFDEE3
7#CFE6EA
8#DFEEF1
9#EFF7F8
Tones
Muted variations
1#64A8B5
2#68A5B0
3#6DA2AC
4#719FA7
5#769CA3
6#7A999E
7#7F969A
8#839395
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 | D1E7 #D1E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD4 #ADD4DB | BordersInactive statesPlaceholder text |
| 400 | 83BE #83BEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAC #5FACB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448F #448F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3672 #36727C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2751 #275159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1934 #193439 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | 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: #D1E7EB;
--steel-blue-300: #ADD4DB;
--steel-blue-400: #83BEC9;
--steel-blue-500: #5FACB9;
--steel-blue-600: #448F9C;
--steel-blue-700: #36727C;
--steel-blue-800: #275159;
--steel-blue-900: #193439;
--steel-blue-950: #102023;
}