Steel Blue
#27B9B2
CyanColor Codes
All color formats for development
HEX
#27B9B2RGB
rgb(39, 185, 178)HSL
hsl(177, 65%, 44%)OKLCH
oklch(0.713 0.116 189.8)CMYK
cmyk(79%, 0%, 4%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A7A0
2#1F948E
3#1B827C
4#186F6B
5#145D59
6#104A47
7#0C3835
8#082524
9#041312
Tints
Lighter variations
1#2CD1C8
2#43D7D0
3#5ADCD6
4#72E1DB
5#89E6E1
6#A1EBE7
7#B8F0ED
8#D0F5F3
9#E7FAF9
Tones
Muted variations
1#2FB2AB
2#36ABA5
3#3DA39E
4#449C98
5#4C9591
6#538D8A
7#5A8684
8#627F7D
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 #C8F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4341 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | 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: #C8F3F1;
--steel-blue-300: #9EEAE7;
--steel-blue-400: #6CE0DA;
--steel-blue-500: #42D7CF;
--steel-blue-600: #27B9B2;
--steel-blue-700: #1F938D;
--steel-blue-800: #166965;
--steel-blue-900: #0E4341;
--steel-blue-950: #092A28;
}