Steel Blue
#27B9AF
CyanColor Codes
All color formats for development
HEX
#27B9AFRGB
rgb(39, 185, 175)HSL
hsl(176, 65%, 44%)OKLCH
oklch(0.712 0.116 187.7)CMYK
cmyk(79%, 0%, 5%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A79E
2#1F948C
3#1B827B
4#186F69
5#145D58
6#104A46
7#0C3835
8#082523
9#041312
Tints
Lighter variations
1#2CD1C6
2#43D7CD
3#5ADCD3
4#72E1DA
5#89E6E0
6#A1EBE6
7#B8F0EC
8#D0F5F3
9#E7FAF9
Tones
Muted variations
1#2FB2A9
2#36ABA3
3#3DA39C
4#449C96
5#4C9590
6#538D89
7#5A8683
8#627F7D
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E2F9F7;
--steel-blue-200: #C8F3F1;
--steel-blue-300: #9EEAE5;
--steel-blue-400: #6CE0D8;
--steel-blue-500: #42D7CD;
--steel-blue-600: #27B9AF;
--steel-blue-700: #1F938C;
--steel-blue-800: #166964;
--steel-blue-900: #0E4340;
--steel-blue-950: #092A28;
}