Steel Blue
#27A8B9
CyanColor Codes
All color formats for development
HEX
#27A8B9RGB
rgb(39, 168, 185)HSL
hsl(187, 65%, 44%)OKLCH
oklch(0.673 0.108 208.5)CMYK
cmyk(79%, 9%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2397A7
2#1F8694
3#1B7682
4#18656F
5#14545D
6#10434A
7#0C3238
8#082225
9#041113
Tints
Lighter variations
1#2CBED1
2#43C6D7
3#5ACDDC
4#72D4E1
5#89DBE6
6#A1E2EB
7#B8EAF0
8#D0F1F5
9#E7F8FA
Tones
Muted variations
1#2FA3B2
2#369DAB
3#3D97A3
4#44929C
5#4C8C95
6#53878D
7#5A8186
8#627B7F
9#697677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EA | BordersInactive statesPlaceholder text |
| 400 | 6CD2 #6CD2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C5 #42C5D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A8 #27A8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F86 #1F8693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #166069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E2F6F9;
--steel-blue-200: #C8EEF3;
--steel-blue-300: #9EE2EA;
--steel-blue-400: #6CD2E0;
--steel-blue-500: #42C5D7;
--steel-blue-600: #27A8B9;
--steel-blue-700: #1F8693;
--steel-blue-800: #166069;
--steel-blue-900: #0E3D43;
--steel-blue-950: #09262A;
}