Steel Blue
#27A1B9
CyanColor Codes
All color formats for development
HEX
#27A1B9RGB
rgb(39, 161, 185)HSL
hsl(190, 65%, 44%)OKLCH
oklch(0.656 0.107 214.6)CMYK
cmyk(79%, 13%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2391A7
2#1F8194
3#1B7182
4#18606F
5#14505D
6#10404A
7#0C3038
8#082025
9#041013
Tints
Lighter variations
1#2CB5D1
2#43BED7
3#5AC6DC
4#72CEE1
5#89D7E6
6#A1DFEB
7#B8E7F0
8#D0EFF5
9#E7F7FA
Tones
Muted variations
1#2F9CB2
2#3697AB
3#3D92A3
4#448D9C
5#4C8995
6#53848D
7#5A7F86
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 | C8EC #C8ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEA | BordersInactive statesPlaceholder text |
| 400 | 6CCC #6CCCE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BE #42BED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A1 #27A1B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F80 #1F8093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165B #165B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | 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: #C8ECF3;
--steel-blue-300: #9EDEEA;
--steel-blue-400: #6CCCE0;
--steel-blue-500: #42BED7;
--steel-blue-600: #27A1B9;
--steel-blue-700: #1F8093;
--steel-blue-800: #165B69;
--steel-blue-900: #0E3A43;
--steel-blue-950: #09252A;
}