Steel Blue
#1AC7BB
CyanColor Codes
All color formats for development
HEX
#1AC7BBRGB
rgb(26, 199, 187)HSL
hsl(176, 77%, 44%)OKLCH
oklch(0.749 0.127 187)CMYK
cmyk(87%, 0%, 6%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B3A8
2#159F96
3#128B83
4#0F7770
5#0D635E
6#0A4F4B
7#083C38
8#052825
9#031413
Tints
Lighter variations
1#1DE0D3
2#35E5D9
3#4EE8DE
4#67EBE2
5#81EFE7
6#9AF2EC
7#B3F5F1
8#CCF8F5
9#E6FCFA
Tones
Muted variations
1#22BEB4
2#2BB5AC
3#34ADA5
4#3CA49D
5#459B96
6#4E938E
7#568A87
8#5F817F
9#687978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F716A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094844 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FDFC;
--steel-blue-100: #DFFBF9;
--steel-blue-200: #C4F7F4;
--steel-blue-300: #97F2EB;
--steel-blue-400: #61EAE1;
--steel-blue-500: #34E5D9;
--steel-blue-600: #1AC7BB;
--steel-blue-700: #159E95;
--steel-blue-800: #0F716A;
--steel-blue-900: #094844;
--steel-blue-950: #062D2B;
}