Steel Blue
#27AFB9
CyanColor Codes
All color formats for development
HEX
#27AFB9RGB
rgb(39, 175, 185)HSL
hsl(184, 65%, 44%)OKLCH
oklch(0.69 0.11 202.6)CMYK
cmyk(79%, 5%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#239EA7
2#1F8C94
3#1B7B82
4#18696F
5#14585D
6#10464A
7#0C3538
8#082325
9#041213
Tints
Lighter variations
1#2CC6D1
2#43CDD7
3#5AD3DC
4#72DAE1
5#89E0E6
6#A1E6EB
7#B8ECF0
8#D0F3F5
9#E7F9FA
Tones
Muted variations
1#2FA9B2
2#36A3AB
3#3D9CA3
4#44969C
5#4C9095
6#53898D
7#5A8386
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 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EA | BordersInactive statesPlaceholder text |
| 400 | 6CD8 #6CD8E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CD #42CDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27AF #27AFB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8C #1F8C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1664 #166469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E40 #0E4043 | 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: #E2F7F9;
--steel-blue-200: #C8F1F3;
--steel-blue-300: #9EE5EA;
--steel-blue-400: #6CD8E0;
--steel-blue-500: #42CDD7;
--steel-blue-600: #27AFB9;
--steel-blue-700: #1F8C93;
--steel-blue-800: #166469;
--steel-blue-900: #0E4043;
--steel-blue-950: #09282A;
}