Steel Blue
#27B9B7
CyanColor Codes
All color formats for development
HEX
#27B9B7RGB
rgb(39, 185, 183)HSL
hsl(179, 65%, 44%)OKLCH
oklch(0.714 0.115 193.4)CMYK
cmyk(79%, 0%, 1%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A7A4
2#1F9492
3#1B8280
4#186F6E
5#145D5B
6#104A49
7#0C3837
8#082525
9#041312
Tints
Lighter variations
1#2CD1CE
2#43D7D5
3#5ADCDA
4#72E1DF
5#89E6E4
6#A1EBEA
7#B8F0EF
8#D0F5F4
9#E7FAFA
Tones
Muted variations
1#2FB2B0
2#36ABA9
3#3DA3A2
4#449C9A
5#4C9593
6#538D8C
7#5A8685
8#627F7E
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE9 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DE | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4342 | 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: #E2F9F8;
--steel-blue-200: #C8F3F3;
--steel-blue-300: #9EEAE9;
--steel-blue-400: #6CE0DE;
--steel-blue-500: #42D7D4;
--steel-blue-600: #27B9B7;
--steel-blue-700: #1F9391;
--steel-blue-800: #166968;
--steel-blue-900: #0E4342;
--steel-blue-950: #092A2A;
}