Steel Blue
#28B6B8
CyanColor Codes
All color formats for development
HEX
#28B6B8RGB
rgb(40, 182, 184)HSL
hsl(181, 64%, 44%)OKLCH
oklch(0.707 0.113 196.4)CMYK
cmyk(78%, 1%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A3A6
2#209193
3#1C7F81
4#186D6E
5#145B5C
6#10494A
7#0C3637
8#082425
9#041212
Tints
Lighter variations
1#2ECDCF
2#44D3D6
3#5BD9DB
4#72DEE0
5#8AE4E5
6#A1E9EA
7#B9EFF0
8#D0F4F5
9#E8FAFA
Tones
Muted variations
1#30AFB1
2#37A8AA
3#3EA1A2
4#459A9B
5#4C9394
6#538C8D
7#5B8586
8#627E7F
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9EA | BordersInactive statesPlaceholder text |
| 400 | 6DDD #6DDDDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D3 #43D3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B6 #28B6B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2090 #209092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1767 #176769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E2F8F9;
--steel-blue-200: #C9F2F3;
--steel-blue-300: #9FE9EA;
--steel-blue-400: #6DDDDF;
--steel-blue-500: #43D3D6;
--steel-blue-600: #28B6B8;
--steel-blue-700: #209092;
--steel-blue-800: #176769;
--steel-blue-900: #0F4243;
--steel-blue-950: #09292A;
}