Steel Blue
#279AB9
CyanColor Codes
All color formats for development
HEX
#279AB9RGB
rgb(39, 154, 185)HSL
hsl(193, 65%, 44%)OKLCH
oklch(0.638 0.107 220.8)CMYK
cmyk(79%, 17%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#238AA7
2#1F7B94
3#1B6B82
4#185C6F
5#144D5D
6#103D4A
7#0C2E38
8#081F25
9#040F13
Tints
Lighter variations
1#2CADD1
2#43B7D7
3#5AC0DC
4#72C9E1
5#89D2E6
6#A1DBEB
7#B8E4F0
8#D0EDF5
9#E7F6FA
Tones
Muted variations
1#2F95B2
2#3691AB
3#3D8DA3
4#44899C
5#4C8595
6#53818D
7#5A7D86
8#62787F
9#697477
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 | C8EA #C8EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDA #9EDAEA | BordersInactive statesPlaceholder text |
| 400 | 6CC7 #6CC7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B7 #42B7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279A #279AB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7A #1F7A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1657 #165769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E38 #0E3843 | 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: #C8EAF3;
--steel-blue-300: #9EDAEA;
--steel-blue-400: #6CC7E0;
--steel-blue-500: #42B7D7;
--steel-blue-600: #279AB9;
--steel-blue-700: #1F7A93;
--steel-blue-800: #165769;
--steel-blue-900: #0E3843;
--steel-blue-950: #09232A;
}