Steel Blue
#28AAB8
CyanColor Codes
All color formats for development
HEX
#28AAB8RGB
rgb(40, 170, 184)HSL
hsl(186, 64%, 44%)OKLCH
oklch(0.678 0.107 206.1)CMYK
cmyk(78%, 8%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2499A6
2#208893
3#1C7781
4#18666E
5#14555C
6#10444A
7#0C3337
8#082225
9#041112
Tints
Lighter variations
1#2EBFCF
2#44C7D6
3#5BCEDB
4#72D5E0
5#8ADCE5
6#A1E3EA
7#B9EAF0
8#D0F1F5
9#E8F8FA
Tones
Muted variations
1#30A4B1
2#379EAA
3#3E98A2
4#45939B
5#4C8D94
6#53878D
7#5B8186
8#627C7F
9#697677
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 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE2 #9FE2EA | BordersInactive statesPlaceholder text |
| 400 | 6DD3 #6DD3DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C7 #43C7D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AA #28AAB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2087 #208792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1760 #176069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3E #0F3E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | 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: #C9EFF3;
--steel-blue-300: #9FE2EA;
--steel-blue-400: #6DD3DF;
--steel-blue-500: #43C7D6;
--steel-blue-600: #28AAB8;
--steel-blue-700: #208792;
--steel-blue-800: #176069;
--steel-blue-900: #0F3E43;
--steel-blue-950: #09272A;
}