Steel Blue
#2DA4B4
CyanColor Codes
All color formats for development
HEX
#2DA4B4RGB
rgb(45, 164, 180)HSL
hsl(187, 60%, 44%)OKLCH
oklch(0.662 0.103 208.4)CMYK
cmyk(75%, 9%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2893A2
2#248390
3#1F737E
4#1B626C
5#16525A
6#124248
7#0D3136
8#092124
9#041012
Tints
Lighter variations
1#33B9CA
2#48C1D1
3#5FC9D7
4#76D1DD
5#8DD8E2
6#A4E0E8
7#BAE8EE
8#D1F0F4
9#E8F7F9
Tones
Muted variations
1#349FAD
2#3A99A6
3#41949F
4#488F99
5#4F8A92
6#55858B
7#5C8084
8#637B7E
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 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DF #A1DFE8 | BordersInactive statesPlaceholder text |
| 400 | 70CF #70CFDB | Disabled statesSecondary iconsMuted text |
| 500 | 47C1 #47C1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DA4 #2DA4B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2482 #24828F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5D #1A5D66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | 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: #CAEDF2;
--steel-blue-300: #A1DFE8;
--steel-blue-400: #70CFDB;
--steel-blue-500: #47C1D1;
--steel-blue-600: #2DA4B4;
--steel-blue-700: #24828F;
--steel-blue-800: #1A5D66;
--steel-blue-900: #103C41;
--steel-blue-950: #0A2529;
}