Steel Blue
#1CA8C4
CyanColor Codes
All color formats for development
HEX
#1CA8C4RGB
rgb(28, 168, 196)HSL
hsl(190, 75%, 44%)OKLCH
oklch(0.676 0.115 216)CMYK
cmyk(86%, 14%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1997B1
2#16879D
3#147689
4#116576
5#0E5462
6#0B434F
7#08323B
8#062227
9#031114
Tints
Lighter variations
1#20BEDD
2#37C6E2
3#50CDE6
4#69D4EA
5#82DBED
6#9BE2F1
7#B4EAF4
8#CDF1F8
9#E6F8FB
Tones
Muted variations
1#24A3BC
2#2D9DB4
3#3597AB
4#3E92A3
5#468C9A
6#4F8792
7#578189
8#5F7B81
9#687679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E2 #98E2F0 | BordersInactive statesPlaceholder text |
| 400 | 63D2 #63D2E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36C6 #36C6E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CA8 #1CA8C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1686 #16869C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1060 #106070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3D #0A3D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFD;
--steel-blue-100: #E0F6FB;
--steel-blue-200: #C5EEF7;
--steel-blue-300: #98E2F0;
--steel-blue-400: #63D2E9;
--steel-blue-500: #36C6E2;
--steel-blue-600: #1CA8C4;
--steel-blue-700: #16869C;
--steel-blue-800: #106070;
--steel-blue-900: #0A3D47;
--steel-blue-950: #06262D;
}