Steel Blue
#2D9FB4
CyanColor Codes
All color formats for development
HEX
#2D9FB4RGB
rgb(45, 159, 180)HSL
hsl(189, 60%, 44%)OKLCH
oklch(0.65 0.102 213)CMYK
cmyk(75%, 12%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#288FA2
2#247F90
3#1F707E
4#1B606C
5#16505A
6#124048
7#0D3036
8#092024
9#041012
Tints
Lighter variations
1#33B4CA
2#48BDD1
3#5FC5D7
4#76CDDD
5#8DD6E2
6#A4DEE8
7#BAE6EE
8#D1EEF4
9#E8F7F9
Tones
Muted variations
1#349BAD
2#3A96A6
3#41919F
4#488C99
5#4F8892
6#55838B
7#5C7E84
8#637A7E
9#697577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DD #A1DDE8 | BordersInactive statesPlaceholder text |
| 400 | 70CB #70CBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47BC #47BCD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D9F #2D9FB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 247F #247F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103A #103A41 | 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: #E2F5F8;
--steel-blue-200: #CAECF2;
--steel-blue-300: #A1DDE8;
--steel-blue-400: #70CBDB;
--steel-blue-500: #47BCD1;
--steel-blue-600: #2D9FB4;
--steel-blue-700: #247F8F;
--steel-blue-800: #1A5B66;
--steel-blue-900: #103A41;
--steel-blue-950: #0A2429;
}