Steel Blue
#27B4B9
CyanColor Codes
All color formats for development
HEX
#27B4B9RGB
rgb(39, 180, 185)HSL
hsl(182, 65%, 44%)OKLCH
oklch(0.703 0.112 198.7)CMYK
cmyk(79%, 3%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A2A7
2#1F9094
3#1B7E82
4#186C6F
5#145A5D
6#10484A
7#0C3638
8#082425
9#041213
Tints
Lighter variations
1#2CCBD1
2#43D2D7
3#5AD8DC
4#72DDE1
5#89E3E6
6#A1E9EB
7#B8EEF0
8#D0F4F5
9#E7F9FA
Tones
Muted variations
1#2FADB2
2#36A7AB
3#3DA0A3
4#44999C
5#4C9295
6#538B8D
7#5A8586
8#627E7F
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 | C8F2 #C8F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE8 #9EE8EA | BordersInactive statesPlaceholder text |
| 400 | 6CDC #6CDCE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D2 #42D2D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B4 #27B4B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8F #1F8F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #166669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | 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: #C8F2F3;
--steel-blue-300: #9EE8EA;
--steel-blue-400: #6CDCE0;
--steel-blue-500: #42D2D7;
--steel-blue-600: #27B4B9;
--steel-blue-700: #1F8F93;
--steel-blue-800: #166669;
--steel-blue-900: #0E4243;
--steel-blue-950: #09292A;
}