Steel Blue
#1CB6C4
CyanColor Codes
All color formats for development
HEX
#1CB6C4RGB
rgb(28, 182, 196)HSL
hsl(185, 75%, 44%)OKLCH
oklch(0.71 0.117 204.9)CMYK
cmyk(86%, 7%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19A4B1
2#16929D
3#148089
4#116D76
5#0E5B62
6#0B494F
7#08373B
8#062427
9#031214
Tints
Lighter variations
1#20CEDD
2#37D4E2
3#50DAE6
4#69DFEA
5#82E4ED
6#9BEAF1
7#B4EFF4
8#CDF4F8
9#E6FAFB
Tones
Muted variations
1#24AFBC
2#2DA8B4
3#35A1AB
4#3E9AA3
5#46939A
6#4F8C92
7#578589
8#5F7E81
9#687779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F0 | BordersInactive statesPlaceholder text |
| 400 | 63DE #63DEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36D4 #36D4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CB6 #1CB6C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1691 #16919C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1068 #106870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E0F8FB;
--steel-blue-200: #C5F3F7;
--steel-blue-300: #98E9F0;
--steel-blue-400: #63DEE9;
--steel-blue-500: #36D4E2;
--steel-blue-600: #1CB6C4;
--steel-blue-700: #16919C;
--steel-blue-800: #106870;
--steel-blue-900: #0A4247;
--steel-blue-950: #06292D;
}