Steel Blue
#2D9BB4
CyanColor Codes
All color formats for development
HEX
#2D9BB4RGB
rgb(45, 155, 180)HSL
hsl(191, 60%, 44%)OKLCH
oklch(0.64 0.102 216.7)CMYK
cmyk(75%, 14%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#288BA2
2#247C90
3#1F6C7E
4#1B5D6C
5#164D5A
6#123E48
7#0D2E36
8#091F24
9#040F12
Tints
Lighter variations
1#33AFCA
2#48B8D1
3#5FC1D7
4#76CADD
5#8DD3E2
6#A4DCE8
7#BAE4EE
8#D1EDF4
9#E8F6F9
Tones
Muted variations
1#3497AD
2#3A92A6
3#418E9F
4#488A99
5#4F8692
6#55818B
7#5C7D84
8#63797E
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DB #A1DBE8 | BordersInactive statesPlaceholder text |
| 400 | 70C8 #70C8DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B8 #47B8D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D9B #2D9BB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 247B #247B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A58 #1A5866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F4F8;
--steel-blue-200: #CAEAF2;
--steel-blue-300: #A1DBE8;
--steel-blue-400: #70C8DB;
--steel-blue-500: #47B8D1;
--steel-blue-600: #2D9BB4;
--steel-blue-700: #247B8F;
--steel-blue-800: #1A5866;
--steel-blue-900: #103841;
--steel-blue-950: #0A2329;
}