Steel Blue
#2499BC
CyanColor Codes
All color formats for development
HEX
#2499BCRGB
rgb(36, 153, 188)HSL
hsl(194, 68%, 44%)OKLCH
oklch(0.637 0.11 223.5)CMYK
cmyk(81%, 19%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208AAA
2#1D7A97
3#196B84
4#165C71
5#124C5E
6#0E3D4B
7#0B2E39
8#071F26
9#040F13
Tints
Lighter variations
1#28ACD4
2#3FB6DA
3#57BFDF
4#6FC8E4
5#87D1E8
6#9FDBED
7#B7E4F1
8#CFEDF6
9#E7F6FA
Tones
Muted variations
1#2C95B5
2#3391AD
3#3B8DA6
4#42899E
5#4A8596
6#52808F
7#597C87
8#61787F
9#697478
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 | C7EA #C7EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDA #9CDAEC | BordersInactive statesPlaceholder text |
| 400 | 69C6 #69C6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB6 #3EB6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2499 #2499BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7A #1D7A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1457 #14576B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3845 | 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: #C7EAF4;
--steel-blue-300: #9CDAEC;
--steel-blue-400: #69C6E2;
--steel-blue-500: #3EB6DA;
--steel-blue-600: #2499BC;
--steel-blue-700: #1D7A96;
--steel-blue-800: #14576B;
--steel-blue-900: #0D3845;
--steel-blue-950: #08232B;
}