Steel Blue
#28B8AC
CyanColor Codes
All color formats for development
HEX
#28B8ACRGB
rgb(40, 184, 172)HSL
hsl(175, 64%, 44%)OKLCH
oklch(0.708 0.116 186.2)CMYK
cmyk(78%, 0%, 7%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A69B
2#20938A
3#1C8178
4#186E67
5#145C56
6#104A45
7#0C3734
8#082522
9#041211
Tints
Lighter variations
1#2ECFC2
2#44D6CA
3#5BDBD0
4#72E0D7
5#8AE5DE
6#A1EAE4
7#B9F0EB
8#D0F5F2
9#E8FAF8
Tones
Muted variations
1#30B1A6
2#37AAA0
3#3EA29A
4#459B94
5#4C948E
6#538D88
7#5B8682
8#627F7C
9#697776
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFB;
--steel-blue-100: #E2F9F7;
--steel-blue-200: #C9F3F0;
--steel-blue-300: #9FEAE4;
--steel-blue-400: #6DDFD5;
--steel-blue-500: #43D6C9;
--steel-blue-600: #28B8AC;
--steel-blue-700: #209289;
--steel-blue-800: #176962;
--steel-blue-900: #0F433F;
--steel-blue-950: #092A27;
}