Steel Blue
#279EB9
CyanColor Codes
All color formats for development
HEX
#279EB9RGB
rgb(39, 158, 185)HSL
hsl(191, 65%, 44%)OKLCH
oklch(0.648 0.107 217.3)CMYK
cmyk(79%, 15%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#238FA7
2#1F7F94
3#1B6F82
4#185F6F
5#144F5D
6#103F4A
7#0C3038
8#082025
9#041013
Tints
Lighter variations
1#2CB3D1
2#43BCD7
3#5AC4DC
4#72CDE1
5#89D5E6
6#A1DDEB
7#B8E6F0
8#D0EEF5
9#E7F7FA
Tones
Muted variations
1#2F9AB2
2#3695AB
3#3D91A3
4#448C9C
5#4C8795
6#53838D
7#5A7E86
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 | 9EDC #9EDCEA | BordersInactive statesPlaceholder text |
| 400 | 6CCA #6CCAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BB #42BBD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279E #279EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7E #1F7E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165A #165A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | 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: #9EDCEA;
--steel-blue-400: #6CCAE0;
--steel-blue-500: #42BBD7;
--steel-blue-600: #279EB9;
--steel-blue-700: #1F7E93;
--steel-blue-800: #165A69;
--steel-blue-900: #0E3A43;
--steel-blue-950: #09242A;
}