Steel Blue
#1AC7C1
CyanColor Codes
All color formats for development
HEX
#1AC7C1RGB
rgb(26, 199, 193)HSL
hsl(178, 77%, 44%)OKLCH
oklch(0.751 0.126 190.9)CMYK
cmyk(87%, 0%, 3%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B3AE
2#159F9A
3#128B87
4#0F7774
5#0D6360
6#0A4F4D
7#083C3A
8#052827
9#031413
Tints
Lighter variations
1#1DE0D9
2#35E5DF
3#4EE8E3
4#67EBE7
5#81EFEB
6#9AF2EF
7#B3F5F3
8#CCF8F7
9#E6FCFB
Tones
Muted variations
1#22BEB9
2#2BB5B1
3#34ADA9
4#3CA4A1
5#459B99
6#4E9390
7#568A88
8#5F8180
9#687978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094846 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FDFD;
--steel-blue-100: #DFFBFA;
--steel-blue-200: #C4F7F6;
--steel-blue-300: #97F2EE;
--steel-blue-400: #61EAE6;
--steel-blue-500: #34E5DF;
--steel-blue-600: #1AC7C1;
--steel-blue-700: #159E99;
--steel-blue-800: #0F716E;
--steel-blue-900: #094846;
--steel-blue-950: #062D2C;
}