Steel Blue
#28B8B8
CyanColor Codes
All color formats for development
HEX
#28B8B8RGB
rgb(40, 184, 184)HSL
hsl(180, 64%, 44%)OKLCH
oklch(0.712 0.114 194.9)CMYK
cmyk(78%, 0%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A6A6
2#209393
3#1C8181
4#186E6E
5#145C5C
6#104A4A
7#0C3737
8#082525
9#041212
Tints
Lighter variations
1#2ECFCF
2#44D6D6
3#5BDBDB
4#72E0E0
5#8AE5E5
6#A1EAEA
7#B9F0F0
8#D0F5F5
9#E8FAFA
Tones
Muted variations
1#30B1B1
2#37AAAA
3#3EA2A2
4#459B9B
5#4C9494
6#538D8D
7#5B8686
8#627F7F
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAEA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E2F9F9;
--steel-blue-200: #C9F3F3;
--steel-blue-300: #9FEAEA;
--steel-blue-400: #6DDFDF;
--steel-blue-500: #43D6D6;
--steel-blue-600: #28B8B8;
--steel-blue-700: #209292;
--steel-blue-800: #176969;
--steel-blue-900: #0F4343;
--steel-blue-950: #092A2A;
}