Steel Blue
#28B8B6
CyanColor Codes
All color formats for development
HEX
#28B8B6RGB
rgb(40, 184, 182)HSL
hsl(179, 64%, 44%)OKLCH
oklch(0.712 0.114 193.4)CMYK
cmyk(78%, 0%, 1%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A6A3
2#209391
3#1C817F
4#186E6D
5#145C5B
6#104A49
7#0C3736
8#082524
9#041212
Tints
Lighter variations
1#2ECFCD
2#44D6D3
3#5BDBD9
4#72E0DE
5#8AE5E4
6#A1EAE9
7#B9F0EF
8#D0F5F4
9#E8FAFA
Tones
Muted variations
1#30B1AF
2#37AAA8
3#3EA2A1
4#459B9A
5#4C9493
6#538D8C
7#5B8685
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 #9FEAE9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4342 | 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: #9FEAE9;
--steel-blue-400: #6DDFDD;
--steel-blue-500: #43D6D3;
--steel-blue-600: #28B8B6;
--steel-blue-700: #209290;
--steel-blue-800: #176967;
--steel-blue-900: #0F4342;
--steel-blue-950: #092A29;
}