Steel Blue
#27B2B9
CyanColor Codes
All color formats for development
HEX
#27B2B9RGB
rgb(39, 178, 185)HSL
hsl(183, 65%, 44%)OKLCH
oklch(0.698 0.111 200.2)CMYK
cmyk(79%, 4%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A0A7
2#1F8E94
3#1B7C82
4#186B6F
5#14595D
6#10474A
7#0C3538
8#082425
9#041213
Tints
Lighter variations
1#2CC8D1
2#43D0D7
3#5AD6DC
4#72DBE1
5#89E1E6
6#A1E7EB
7#B8EDF0
8#D0F3F5
9#E7F9FA
Tones
Muted variations
1#2FABB2
2#36A5AB
3#3D9EA3
4#44989C
5#4C9195
6#538A8D
7#5A8486
8#627D7F
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EA | BordersInactive statesPlaceholder text |
| 400 | 6CDA #6CDAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CF #42CFD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B2 #27B2B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8D #1F8D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1665 #166569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E2F8F9;
--steel-blue-200: #C8F1F3;
--steel-blue-300: #9EE7EA;
--steel-blue-400: #6CDAE0;
--steel-blue-500: #42CFD7;
--steel-blue-600: #27B2B9;
--steel-blue-700: #1F8D93;
--steel-blue-800: #166569;
--steel-blue-900: #0E4143;
--steel-blue-950: #09282A;
}