Steel Blue
#1BB2C5
CyanColor Codes
All color formats for development
HEX
#1BB2C5RGB
rgb(27, 178, 197)HSL
hsl(187, 76%, 44%)OKLCH
oklch(0.701 0.117 208.7)CMYK
cmyk(86%, 10%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18A0B2
2#168E9E
3#137C8A
4#106B76
5#0D5963
6#0B474F
7#08353B
8#052427
9#031214
Tints
Lighter variations
1#1EC8DF
2#36CFE4
3#4FD5E7
4#68DBEA
5#81E1EE
6#9AE7F1
7#B4EDF5
8#CDF3F8
9#E6F9FC
Tones
Muted variations
1#23ABBD
2#2CA5B4
3#359EAC
4#3D97A3
5#46919B
6#4E8A92
7#57848A
8#5F7D81
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 | C5F1 #C5F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E7 #98E7F1 | BordersInactive statesPlaceholder text |
| 400 | 62DA #62DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35CF #35CFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB2 #1BB2C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158D #158D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A41 #0A4148 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | 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: #C5F1F7;
--steel-blue-300: #98E7F1;
--steel-blue-400: #62DAEA;
--steel-blue-500: #35CFE3;
--steel-blue-600: #1BB2C5;
--steel-blue-700: #158D9D;
--steel-blue-800: #0F6570;
--steel-blue-900: #0A4148;
--steel-blue-950: #06282D;
}