Steel Blue
#249EBC
CyanColor Codes
All color formats for development
HEX
#249EBCRGB
rgb(36, 158, 188)HSL
hsl(192, 68%, 44%)OKLCH
oklch(0.649 0.109 219.2)CMYK
cmyk(81%, 16%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208EAA
2#1D7E97
3#196F84
4#165F71
5#124F5E
6#0E3F4B
7#0B2F39
8#072026
9#041013
Tints
Lighter variations
1#28B2D4
2#3FBBDA
3#57C4DF
4#6FCCE4
5#87D5E8
6#9FDDED
7#B7E6F1
8#CFEEF6
9#E7F7FA
Tones
Muted variations
1#2C99B5
2#3395AD
3#3B90A6
4#428C9E
5#4A8796
6#52838F
7#597E87
8#61797F
9#697578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDC #9CDCEC | BordersInactive statesPlaceholder text |
| 400 | 69CA #69CAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EBB #3EBBDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 249E #249EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7E #1D7E96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145A #145A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E1F4F9;
--steel-blue-200: #C7EBF4;
--steel-blue-300: #9CDCEC;
--steel-blue-400: #69CAE2;
--steel-blue-500: #3EBBDA;
--steel-blue-600: #249EBC;
--steel-blue-700: #1D7E96;
--steel-blue-800: #145A6B;
--steel-blue-900: #0D3945;
--steel-blue-950: #08242B;
}