Steel Blue
#27B9A8
CyanColor Codes
All color formats for development
HEX
#27B9A8RGB
rgb(39, 185, 168)HSL
hsl(173, 65%, 44%)OKLCH
oklch(0.709 0.119 182.9)CMYK
cmyk(79%, 0%, 9%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A797
2#1F9486
3#1B8276
4#186F65
5#145D54
6#104A43
7#0C3832
8#082522
9#041311
Tints
Lighter variations
1#2CD1BE
2#43D7C6
3#5ADCCD
4#72E1D4
5#89E6DB
6#A1EBE2
7#B8F0EA
8#D0F5F1
9#E7FAF8
Tones
Muted variations
1#2FB2A3
2#36AB9D
3#3DA397
4#449C92
5#4C958C
6#538D87
7#5A8681
8#627F7B
9#697776
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE2 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFB;
--steel-blue-100: #E2F9F6;
--steel-blue-200: #C8F3EE;
--steel-blue-300: #9EEAE2;
--steel-blue-400: #6CE0D2;
--steel-blue-500: #42D7C5;
--steel-blue-600: #27B9A8;
--steel-blue-700: #1F9386;
--steel-blue-800: #166960;
--steel-blue-900: #0E433D;
--steel-blue-950: #092A26;
}