Steel Blue
#59BEC0
CyanColor Codes
All color formats for development
HEX
#59BEC0RGB
rgb(89, 190, 192)HSL
hsl(181, 45%, 55%)OKLCH
oklch(0.743 0.094 197.1)CMYK
cmyk(54%, 1%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45B5B7
2#3EA1A3
3#368D8E
4#2E797A
5#276566
6#1F5151
7#173C3D
8#0F2829
9#081414
Tints
Lighter variations
1#69C5C6
2#7ACBCD
3#8BD2D3
4#9BD8D9
5#ACDFDF
6#BCE5E6
7#CDECEC
8#DEF2F2
9#EEF9F9
Tones
Muted variations
1#5EB9BB
2#63B4B6
3#68AFB0
4#6DAAAB
5#72A5A6
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 | AADE #AADEDF | BordersInactive statesPlaceholder text |
| 400 | 7ECD #7ECDCE | Disabled statesSecondary iconsMuted text |
| 500 | 59BE #59BEC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3EA1 #3EA1A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3180 #318081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235B #235B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | 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: #AADEDF;
--steel-blue-400: #7ECDCE;
--steel-blue-500: #59BEC0;
--steel-blue-600: #3EA1A3;
--steel-blue-700: #318081;
--steel-blue-800: #235B5C;
--steel-blue-900: #163B3B;
--steel-blue-950: #0E2525;
}