Steel Blue
#249BBC
CyanColor Codes
All color formats for development
HEX
#249BBCRGB
rgb(36, 155, 188)HSL
hsl(193, 68%, 44%)OKLCH
oklch(0.642 0.11 221.8)CMYK
cmyk(81%, 18%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208CAA
2#1D7C97
3#196D84
4#165D71
5#124E5E
6#0E3E4B
7#0B2F39
8#071F26
9#041013
Tints
Lighter variations
1#28AFD4
2#3FB9DA
3#57C2DF
4#6FCAE4
5#87D3E8
6#9FDCED
7#B7E5F1
8#CFEDF6
9#E7F6FA
Tones
Muted variations
1#2C97B5
2#3393AD
3#3B8EA6
4#428A9E
5#4A8696
6#52818F
7#597D87
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 | 9CDB #9CDBEC | BordersInactive statesPlaceholder text |
| 400 | 69C8 #69C8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB8 #3EB8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 249B #249BBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7C #1D7C96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1458 #14586B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | 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: #9CDBEC;
--steel-blue-400: #69C8E2;
--steel-blue-500: #3EB8DA;
--steel-blue-600: #249BBC;
--steel-blue-700: #1D7C96;
--steel-blue-800: #14586B;
--steel-blue-900: #0D3945;
--steel-blue-950: #08232B;
}