Steel Blue
#28B8B1
CyanColor Codes
All color formats for development
HEX
#28B8B1RGB
rgb(40, 184, 177)HSL
hsl(177, 64%, 44%)OKLCH
oklch(0.71 0.115 189.8)CMYK
cmyk(78%, 0%, 4%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A69F
2#20938D
3#1C817C
4#186E6A
5#145C58
6#104A47
7#0C3735
8#082523
9#041212
Tints
Lighter variations
1#2ECFC7
2#44D6CF
3#5BDBD5
4#72E0DB
5#8AE5E1
6#A1EAE7
7#B9F0ED
8#D0F5F3
9#E8FAF9
Tones
Muted variations
1#30B1AA
2#37AAA4
3#3EA29D
4#459B97
5#4C9491
6#538D8A
7#5B8684
8#627F7D
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD9 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E2F9F7;
--steel-blue-200: #C9F3F1;
--steel-blue-300: #9FEAE6;
--steel-blue-400: #6DDFD9;
--steel-blue-500: #43D6CE;
--steel-blue-600: #28B8B1;
--steel-blue-700: #20928D;
--steel-blue-800: #176964;
--steel-blue-900: #0F4340;
--steel-blue-950: #092A28;
}