Steel Blue
#2E9FB2
CyanColor Codes
All color formats for development
HEX
#2E9FB2RGB
rgb(46, 159, 178)HSL
hsl(189, 59%, 44%)OKLCH
oklch(0.649 0.101 211.4)CMYK
cmyk(74%, 11%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#298FA1
2#257F8F
3#206F7D
4#1C5F6B
5#174F59
6#123F47
7#0E3036
8#092024
9#051012
Tints
Lighter variations
1#34B3C9
2#49BCD0
3#60C4D6
4#77CDDC
5#8DD5E2
6#A4DDE8
7#BBE6ED
8#D2EEF3
9#E8F7F9
Tones
Muted variations
1#359AAC
2#3B95A5
3#42919F
4#488C98
5#4F8791
6#56838B
7#5C7E84
8#63797D
9#6A7577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DD #A2DDE7 | BordersInactive statesPlaceholder text |
| 400 | 71CB #71CBDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BC #49BCD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9F #2E9FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257E #257E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5A #1A5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F5F8;
--steel-blue-200: #CAECF1;
--steel-blue-300: #A2DDE7;
--steel-blue-400: #71CBDA;
--steel-blue-500: #49BCD0;
--steel-blue-600: #2E9FB2;
--steel-blue-700: #257E8E;
--steel-blue-800: #1A5A65;
--steel-blue-900: #113A41;
--steel-blue-950: #0A2429;
}