Steel Blue
#2DB4A6
CyanColor Codes
All color formats for development
HEX
#2DB4A6RGB
rgb(45, 180, 166)HSL
hsl(174, 60%, 44%)OKLCH
oklch(0.697 0.113 184.5)CMYK
cmyk(75%, 0%, 8%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A295
2#249085
3#1F7E74
4#1B6C64
5#165A53
6#124842
7#0D3632
8#092421
9#041211
Tints
Lighter variations
1#33CABB
2#48D1C4
3#5FD7CB
4#76DDD2
5#8DE2DA
6#A4E8E1
7#BAEEE9
8#D1F4F0
9#E8F9F8
Tones
Muted variations
1#34ADA1
2#3AA69B
3#419F96
4#489991
5#4F928B
6#558B86
7#5C8480
8#637E7B
9#697776
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A665E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10413C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E2F8F6;
--steel-blue-200: #CAF2EE;
--steel-blue-300: #A1E8E1;
--steel-blue-400: #70DBD1;
--steel-blue-500: #47D1C3;
--steel-blue-600: #2DB4A6;
--steel-blue-700: #248F84;
--steel-blue-800: #1A665E;
--steel-blue-900: #10413C;
--steel-blue-950: #0A2926;
}