Steel Blue
#28A5B8
CyanColor Codes
All color formats for development
HEX
#28A5B8RGB
rgb(40, 165, 184)HSL
hsl(188, 64%, 44%)OKLCH
oklch(0.665 0.106 210.4)CMYK
cmyk(78%, 10%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2494A6
2#208493
3#1C7381
4#18636E
5#14525C
6#10424A
7#0C3137
8#082125
9#041012
Tints
Lighter variations
1#2EBACF
2#44C2D6
3#5BCADB
4#72D2E0
5#8AD9E5
6#A1E1EA
7#B9E8F0
8#D0F0F5
9#E8F7FA
Tones
Muted variations
1#30A0B1
2#379AAA
3#3E95A2
4#45909B
5#4C8B94
6#53858D
7#5B8086
8#627B7F
9#697577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE0 #9FE0EA | BordersInactive statesPlaceholder text |
| 400 | 6DD0 #6DD0DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C2 #43C2D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A5 #28A5B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2083 #208392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175E #175E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFC;
--steel-blue-100: #E2F6F9;
--steel-blue-200: #C9EDF3;
--steel-blue-300: #9FE0EA;
--steel-blue-400: #6DD0DF;
--steel-blue-500: #43C2D6;
--steel-blue-600: #28A5B8;
--steel-blue-700: #208392;
--steel-blue-800: #175E69;
--steel-blue-900: #0F3C43;
--steel-blue-950: #09252A;
}