Steel Blue
#59BCC0
CyanColor Codes
All color formats for development
HEX
#59BCC0RGB
rgb(89, 188, 192)HSL
hsl(182, 45%, 55%)OKLCH
oklch(0.738 0.093 198.9)CMYK
cmyk(54%, 2%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45B3B7
2#3E9FA3
3#368B8E
4#2E777A
5#276466
6#1F5051
7#173C3D
8#0F2829
9#081414
Tints
Lighter variations
1#69C3C6
2#7ACACD
3#8BD0D3
4#9BD7D9
5#ACDEDF
6#BCE4E6
7#CDEBEC
8#DEF2F2
9#EEF8F9
Tones
Muted variations
1#5EB8BB
2#63B3B6
3#68AEB0
4#6DA9AB
5#72A4A6
6#78A0A1
7#7D9B9C
8#829697
9#879191
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEC #CFECED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADD #AADDDF | BordersInactive statesPlaceholder text |
| 400 | 7ECB #7ECBCE | Disabled statesSecondary iconsMuted text |
| 500 | 59BC #59BCC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E9F #3E9FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 317F #317F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235B #235B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 163A #163A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E24 #0E2425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FBFB;
--steel-blue-100: #E5F5F5;
--steel-blue-200: #CFECED;
--steel-blue-300: #AADDDF;
--steel-blue-400: #7ECBCE;
--steel-blue-500: #59BCC0;
--steel-blue-600: #3E9FA3;
--steel-blue-700: #317F81;
--steel-blue-800: #235B5C;
--steel-blue-900: #163A3B;
--steel-blue-950: #0E2425;
}