Steel Blue
#2DA6B4
CyanColor Codes
All color formats for development
HEX
#2DA6B4RGB
rgb(45, 166, 180)HSL
hsl(186, 60%, 44%)OKLCH
oklch(0.667 0.103 206.6)CMYK
cmyk(75%, 8%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2895A2
2#248590
3#1F747E
4#1B646C
5#16535A
6#124248
7#0D3236
8#092124
9#041112
Tints
Lighter variations
1#33BBCA
2#48C4D1
3#5FCBD7
4#76D2DD
5#8DDAE2
6#A4E1E8
7#BAE9EE
8#D1F0F4
9#E8F8F9
Tones
Muted variations
1#34A1AD
2#3A9BA6
3#41969F
4#489199
5#4F8B92
6#55868B
7#5C8084
8#637B7E
9#697677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 70D1 #70D1DB | Disabled statesSecondary iconsMuted text |
| 500 | 47C3 #47C3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DA6 #2DA6B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2484 #24848F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5E #1A5E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E2F6F8;
--steel-blue-200: #CAEEF2;
--steel-blue-300: #A1E1E8;
--steel-blue-400: #70D1DB;
--steel-blue-500: #47C3D1;
--steel-blue-600: #2DA6B4;
--steel-blue-700: #24848F;
--steel-blue-800: #1A5E66;
--steel-blue-900: #103C41;
--steel-blue-950: #0A2629;
}