Steel Blue
#59B2C0
CyanColor Codes
All color formats for development
HEX
#59B2C0RGB
rgb(89, 178, 192)HSL
hsl(188, 45%, 55%)OKLCH
oklch(0.714 0.087 208.9)CMYK
cmyk(54%, 7%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45A8B7
2#3E95A3
3#36838E
4#2E707A
5#275D66
6#1F4B51
7#17383D
8#0F2529
9#081314
Tints
Lighter variations
1#69BAC6
2#7AC1CD
3#8BC9D3
4#9BD1D9
5#ACD9DF
6#BCE0E6
7#CDE8EC
8#DEF0F2
9#EEF7F9
Tones
Muted variations
1#5EAEBB
2#63ABB6
3#68A7B0
4#6DA3AB
5#729FA6
6#789BA1
7#7D989C
8#829497
9#879091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD8 #AAD8DF | BordersInactive statesPlaceholder text |
| 400 | 7EC3 #7EC3CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B2 #59B2C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E95 #3E95A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3177 #317781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2355 #23555C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363B | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #CFE9ED;
--steel-blue-300: #AAD8DF;
--steel-blue-400: #7EC3CE;
--steel-blue-500: #59B2C0;
--steel-blue-600: #3E95A3;
--steel-blue-700: #317781;
--steel-blue-800: #23555C;
--steel-blue-900: #16363B;
--steel-blue-950: #0E2225;
}