Steel Blue
#27B9AD
CyanColor Codes
All color formats for development
HEX
#27B9ADRGB
rgb(39, 185, 173)HSL
hsl(175, 65%, 44%)OKLCH
oklch(0.711 0.117 186.3)CMYK
cmyk(79%, 0%, 6%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A79C
2#1F948A
3#1B8279
4#186F68
5#145D56
6#104A45
7#0C3834
8#082523
9#041311
Tints
Lighter variations
1#2CD1C3
2#43D7CB
3#5ADCD1
4#72E1D8
5#89E6DE
6#A1EBE5
7#B8F0EB
8#D0F5F2
9#E7FAF8
Tones
Muted variations
1#2FB2A7
2#36ABA1
3#3DA39B
4#449C95
5#4C958F
6#538D89
7#5A8682
8#627F7C
9#697776
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D6 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFB;
--steel-blue-100: #E2F9F7;
--steel-blue-200: #C8F3F0;
--steel-blue-300: #9EEAE4;
--steel-blue-400: #6CE0D6;
--steel-blue-500: #42D7CA;
--steel-blue-600: #27B9AD;
--steel-blue-700: #1F938A;
--steel-blue-800: #166962;
--steel-blue-900: #0E433F;
--steel-blue-950: #092A27;
}