Steel Blue
#279CB9
CyanColor Codes
All color formats for development
HEX
#279CB9RGB
rgb(39, 156, 185)HSL
hsl(192, 65%, 44%)OKLCH
oklch(0.643 0.107 219)CMYK
cmyk(79%, 16%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#238CA7
2#1F7D94
3#1B6D82
4#185E6F
5#144E5D
6#103E4A
7#0C2F38
8#081F25
9#041013
Tints
Lighter variations
1#2CB0D1
2#43B9D7
3#5AC2DC
4#72CBE1
5#89D3E6
6#A1DCEB
7#B8E5F0
8#D0EEF5
9#E7F6FA
Tones
Muted variations
1#2F98B2
2#3693AB
3#3D8FA3
4#448A9C
5#4C8695
6#53828D
7#5A7D86
8#62797F
9#697577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDB #9EDBEA | BordersInactive statesPlaceholder text |
| 400 | 6CC9 #6CC9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B9 #42B9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279C #279CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7C #1F7C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1659 #165969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E39 #0E3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFC;
--steel-blue-100: #E2F4F9;
--steel-blue-200: #C8EBF3;
--steel-blue-300: #9EDBEA;
--steel-blue-400: #6CC9E0;
--steel-blue-500: #42B9D7;
--steel-blue-600: #279CB9;
--steel-blue-700: #1F7C93;
--steel-blue-800: #165969;
--steel-blue-900: #0E3943;
--steel-blue-950: #09232A;
}