Steel Blue
#2DB4B4
CyanColor Codes
All color formats for development
HEX
#2DB4B4RGB
rgb(45, 180, 180)HSL
hsl(180, 60%, 44%)OKLCH
oklch(0.702 0.11 194.9)CMYK
cmyk(75%, 0%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28A2A2
2#249090
3#1F7E7E
4#1B6C6C
5#165A5A
6#124848
7#0D3636
8#092424
9#041212
Tints
Lighter variations
1#33CACA
2#48D1D1
3#5FD7D7
4#76DDDD
5#8DE2E2
6#A4E8E8
7#BAEEEE
8#D1F4F4
9#E8F9F9
Tones
Muted variations
1#34ADAD
2#3AA6A6
3#419F9F
4#489999
5#4F9292
6#558B8B
7#5C8484
8#637E7E
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFC;
--steel-blue-100: #E2F8F8;
--steel-blue-200: #CAF2F2;
--steel-blue-300: #A1E8E8;
--steel-blue-400: #70DBDB;
--steel-blue-500: #47D1D1;
--steel-blue-600: #2DB4B4;
--steel-blue-700: #248F8F;
--steel-blue-800: #1A6666;
--steel-blue-900: #104141;
--steel-blue-950: #0A2929;
}