Steel Blue
#28B8AE
CyanColor Codes
All color formats for development
HEX
#28B8AERGB
rgb(40, 184, 174)HSL
hsl(176, 64%, 44%)OKLCH
oklch(0.709 0.116 187.7)CMYK
cmyk(78%, 0%, 5%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A69D
2#20938C
3#1C817A
4#186E69
5#145C57
6#104A46
7#0C3734
8#082523
9#041211
Tints
Lighter variations
1#2ECFC5
2#44D6CC
3#5BDBD2
4#72E0D9
5#8AE5DF
6#A1EAE6
7#B9F0EC
8#D0F5F2
9#E8FAF9
Tones
Muted variations
1#30B1A8
2#37AAA2
3#3EA29C
4#459B96
5#4C948F
6#538D89
7#5B8683
8#627F7D
9#697776
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 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | 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: #C9F3F0;
--steel-blue-300: #9FEAE5;
--steel-blue-400: #6DDFD7;
--steel-blue-500: #43D6CC;
--steel-blue-600: #28B8AE;
--steel-blue-700: #20928B;
--steel-blue-800: #176963;
--steel-blue-900: #0F433F;
--steel-blue-950: #092A28;
}