Steel Blue
#2DB4A4
CyanColor Codes
All color formats for development
HEX
#2DB4A4RGB
rgb(45, 180, 164)HSL
hsl(173, 60%, 44%)OKLCH
oklch(0.696 0.114 183.1)CMYK
cmyk(75%, 0%, 9%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A293
2#249083
3#1F7E73
4#1B6C62
5#165A52
6#124842
7#0D3631
8#092421
9#041210
Tints
Lighter variations
1#33CAB9
2#48D1C1
3#5FD7C9
4#76DDD1
5#8DE2D8
6#A4E8E0
7#BAEEE8
8#D1F4F0
9#E8F9F7
Tones
Muted variations
1#34AD9F
2#3AA699
3#419F94
4#48998F
5#4F928A
6#558B85
7#5C8480
8#637E7B
9#697775
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DF | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBCF | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A665D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10413C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E2F8F5;
--steel-blue-200: #CAF2ED;
--steel-blue-300: #A1E8DF;
--steel-blue-400: #70DBCF;
--steel-blue-500: #47D1C1;
--steel-blue-600: #2DB4A4;
--steel-blue-700: #248F82;
--steel-blue-800: #1A665D;
--steel-blue-900: #10413C;
--steel-blue-950: #0A2925;
}