Steel Blue
#2494BC
BlueColor Codes
All color formats for development
HEX
#2494BCRGB
rgb(36, 148, 188)HSL
hsl(196, 68%, 44%)OKLCH
oklch(0.624 0.112 227.7)CMYK
cmyk(81%, 21%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2085AA
2#1D7697
3#196784
4#165971
5#124A5E
6#0E3B4B
7#0B2C39
8#071E26
9#040F13
Tints
Lighter variations
1#28A7D4
2#3FB1DA
3#57BBDF
4#6FC5E4
5#87CEE8
6#9FD8ED
7#B7E2F1
8#CFECF6
9#E7F5FA
Tones
Muted variations
1#2C90B5
2#338DAD
3#3B89A6
4#42869E
5#4A8296
6#527E8F
7#597B87
8#61777F
9#697478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD7 #9CD7EC | BordersInactive statesPlaceholder text |
| 400 | 69C2 #69C2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB1 #3EB1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2494 #2494BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D76 #1D7696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1454 #14546B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3645 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E1F3F9;
--steel-blue-200: #C7E8F4;
--steel-blue-300: #9CD7EC;
--steel-blue-400: #69C2E2;
--steel-blue-500: #3EB1DA;
--steel-blue-600: #2494BC;
--steel-blue-700: #1D7696;
--steel-blue-800: #14546B;
--steel-blue-900: #0D3645;
--steel-blue-950: #08222B;
}