Steel Blue
#27B7B9
CyanColor Codes
All color formats for development
HEX
#27B7B9RGB
rgb(39, 183, 185)HSL
hsl(181, 65%, 44%)OKLCH
oklch(0.71 0.114 196.4)CMYK
cmyk(79%, 1%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A4A7
2#1F9294
3#1B8082
4#186E6F
5#145B5D
6#10494A
7#0C3738
8#082525
9#041213
Tints
Lighter variations
1#2CCED1
2#43D5D7
3#5ADADC
4#72DFE1
5#89E4E6
6#A1EAEB
7#B8EFF0
8#D0F4F5
9#E7FAFA
Tones
Muted variations
1#2FB0B2
2#36A9AB
3#3DA2A3
4#449A9C
5#4C9395
6#538C8D
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 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE9 #9EE9EA | BordersInactive statesPlaceholder text |
| 400 | 6CDE #6CDEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D4 #42D4D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B7 #27B7B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F91 #1F9193 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1668 #166869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | 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: #C8F3F3;
--steel-blue-300: #9EE9EA;
--steel-blue-400: #6CDEE0;
--steel-blue-500: #42D4D7;
--steel-blue-600: #27B7B9;
--steel-blue-700: #1F9193;
--steel-blue-800: #166869;
--steel-blue-900: #0E4243;
--steel-blue-950: #092A2A;
}