Steel Blue
#27A3B9
CyanColor Codes
All color formats for development
HEX
#27A3B9RGB
rgb(39, 163, 185)HSL
hsl(189, 65%, 44%)OKLCH
oklch(0.66 0.107 212.8)CMYK
cmyk(79%, 12%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2393A7
2#1F8394
3#1B7282
4#18626F
5#14525D
6#10414A
7#0C3138
8#082125
9#041013
Tints
Lighter variations
1#2CB8D1
2#43C1D7
3#5AC9DC
4#72D0E1
5#89D8E6
6#A1E0EB
7#B8E8F0
8#D0EFF5
9#E7F7FA
Tones
Muted variations
1#2F9EB2
2#3699AB
3#3D94A3
4#448F9C
5#4C8A95
6#53858D
7#5A8086
8#627A7F
9#697577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8ED #C8EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDF #9EDFEA | BordersInactive statesPlaceholder text |
| 400 | 6CCE #6CCEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C0 #42C0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A3 #27A3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F82 #1F8293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165D #165D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E2F5F9;
--steel-blue-200: #C8EDF3;
--steel-blue-300: #9EDFEA;
--steel-blue-400: #6CCEE0;
--steel-blue-500: #42C0D7;
--steel-blue-600: #27A3B9;
--steel-blue-700: #1F8293;
--steel-blue-800: #165D69;
--steel-blue-900: #0E3B43;
--steel-blue-950: #09252A;
}