Steel Blue
#1BB4C5
CyanColor Codes
All color formats for development
HEX
#1BB4C5RGB
rgb(27, 180, 197)HSL
hsl(186, 76%, 44%)OKLCH
oklch(0.705 0.117 207.2)CMYK
cmyk(86%, 9%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18A2B2
2#16909E
3#137E8A
4#106C76
5#0D5A63
6#0B484F
7#08363B
8#052427
9#031214
Tints
Lighter variations
1#1ECBDF
2#36D2E4
3#4FD8E7
4#68DDEA
5#81E3EE
6#9AE9F1
7#B4EEF5
8#CDF4F8
9#E6F9FC
Tones
Muted variations
1#23AEBD
2#2CA7B4
3#35A0AC
4#3D99A3
5#46929B
6#4E8B92
7#57858A
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 | C5F2 #C5F2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E8 #98E8F1 | BordersInactive statesPlaceholder text |
| 400 | 62DC #62DCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D2 #35D2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB4 #1BB4C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1590 #15909D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F67 #0F6770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4248 | 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: #C5F2F7;
--steel-blue-300: #98E8F1;
--steel-blue-400: #62DCEA;
--steel-blue-500: #35D2E3;
--steel-blue-600: #1BB4C5;
--steel-blue-700: #15909D;
--steel-blue-800: #0F6770;
--steel-blue-900: #0A4248;
--steel-blue-950: #06292D;
}