Steel Blue
#59BBC0
CyanColor Codes
All color formats for development
HEX
#59BBC0RGB
rgb(89, 187, 192)HSL
hsl(183, 45%, 55%)OKLCH
oklch(0.735 0.092 199.8)CMYK
cmyk(54%, 3%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45B1B7
2#3E9EA3
3#368A8E
4#2E767A
5#276366
6#1F4F51
7#173B3D
8#0F2729
9#081414
Tints
Lighter variations
1#69C2C6
2#7AC8CD
3#8BCFD3
4#9BD6D9
5#ACDDDF
6#BCE4E6
7#CDEBEC
8#DEF1F2
9#EEF8F9
Tones
Muted variations
1#5EB6BB
2#63B1B6
3#68ADB0
4#6DA8AB
5#72A3A6
6#789FA1
7#7D9A9C
8#829697
9#879191
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEB #CFEBED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADC #AADCDF | BordersInactive statesPlaceholder text |
| 400 | 7ECA #7ECACE | Disabled statesSecondary iconsMuted text |
| 500 | 59BB #59BBC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E9E #3E9EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 317D #317D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235A #235A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1639 #16393B | 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: #F4FAFB;
--steel-blue-100: #E5F4F5;
--steel-blue-200: #CFEBED;
--steel-blue-300: #AADCDF;
--steel-blue-400: #7ECACE;
--steel-blue-500: #59BBC0;
--steel-blue-600: #3E9EA3;
--steel-blue-700: #317D81;
--steel-blue-800: #235A5C;
--steel-blue-900: #16393B;
--steel-blue-950: #0E2425;
}