Steel Blue
#1BC5BD
CyanColor Codes
All color formats for development
HEX
#1BC5BDRGB
rgb(27, 197, 189)HSL
hsl(177, 76%, 44%)OKLCH
oklch(0.745 0.125 189.5)CMYK
cmyk(86%, 0%, 4%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B2AA
2#169E97
3#138A84
4#107671
5#0D635E
6#0B4F4C
7#083B39
8#052726
9#031413
Tints
Lighter variations
1#1EDFD5
2#36E4DB
3#4FE7DF
4#68EAE4
5#81EEE8
6#9AF1ED
7#B4F5F1
8#CDF8F6
9#E6FCFA
Tones
Muted variations
1#23BDB5
2#2CB4AE
3#35ACA6
4#3DA39E
5#469B97
6#4E928F
7#578A87
8#5F8180
9#687978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4845 | 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: #F2FDFD;
--steel-blue-100: #E0FBF9;
--steel-blue-200: #C5F7F5;
--steel-blue-300: #98F1EC;
--steel-blue-400: #62EAE3;
--steel-blue-500: #35E3DB;
--steel-blue-600: #1BC5BD;
--steel-blue-700: #159D96;
--steel-blue-800: #0F706B;
--steel-blue-900: #0A4845;
--steel-blue-950: #062D2B;
}