Steel Blue
#27B9B9
CyanColor Codes
All color formats for development
HEX
#27B9B9RGB
rgb(39, 185, 185)HSL
hsl(180, 65%, 44%)OKLCH
oklch(0.715 0.115 194.9)CMYK
cmyk(79%, 0%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A7A7
2#1F9494
3#1B8282
4#186F6F
5#145D5D
6#104A4A
7#0C3838
8#082525
9#041313
Tints
Lighter variations
1#2CD1D1
2#43D7D7
3#5ADCDC
4#72E1E1
5#89E6E6
6#A1EBEB
7#B8F0F0
8#D0F5F5
9#E7FAFA
Tones
Muted variations
1#2FB2B2
2#36ABAB
3#3DA3A3
4#449C9C
5#4C9595
6#538D8D
7#5A8686
8#627F7F
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAEA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E2F9F9;
--steel-blue-200: #C8F3F3;
--steel-blue-300: #9EEAEA;
--steel-blue-400: #6CE0E0;
--steel-blue-500: #42D7D7;
--steel-blue-600: #27B9B9;
--steel-blue-700: #1F9393;
--steel-blue-800: #166969;
--steel-blue-900: #0E4343;
--steel-blue-950: #092A2A;
}