Steel Blue
#28B8B3
CyanColor Codes
All color formats for development
HEX
#28B8B3RGB
rgb(40, 184, 179)HSL
hsl(178, 64%, 44%)OKLCH
oklch(0.711 0.115 191.2)CMYK
cmyk(78%, 0%, 3%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A6A1
2#20938F
3#1C817D
4#186E6C
5#145C5A
6#104A48
7#0C3736
8#082524
9#041212
Tints
Lighter variations
1#2ECFCA
2#44D6D1
3#5BDBD7
4#72E0DC
5#8AE5E2
6#A1EAE8
7#B9F0EE
8#D0F5F3
9#E8FAF9
Tones
Muted variations
1#30B1AD
2#37AAA6
3#3EA29F
4#459B98
5#4C9492
6#538D8B
7#5B8684
8#627F7E
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDB | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4341 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E2F9F8;
--steel-blue-200: #C9F3F2;
--steel-blue-300: #9FEAE7;
--steel-blue-400: #6DDFDB;
--steel-blue-500: #43D6D1;
--steel-blue-600: #28B8B3;
--steel-blue-700: #20928F;
--steel-blue-800: #176966;
--steel-blue-900: #0F4341;
--steel-blue-950: #092A29;
}