Steel Blue
#28B8A7
CyanColor Codes
All color formats for development
HEX
#28B8A7RGB
rgb(40, 184, 167)HSL
hsl(173, 64%, 44%)OKLCH
oklch(0.707 0.118 182.8)CMYK
cmyk(78%, 0%, 9%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A697
2#209386
3#1C8175
4#186E64
5#145C54
6#104A43
7#0C3732
8#082521
9#041211
Tints
Lighter variations
1#2ECFBD
2#44D6C5
3#5BDBCC
4#72E0D3
5#8AE5DB
6#A1EAE2
7#B9F0E9
8#D0F5F0
9#E8FAF8
Tones
Muted variations
1#30B1A2
2#37AA9C
3#3EA297
4#459B91
5#4C948C
6#538D86
7#5B8681
8#627F7B
9#697776
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFB;
--steel-blue-100: #E2F9F6;
--steel-blue-200: #C9F3EE;
--steel-blue-300: #9FEAE1;
--steel-blue-400: #6DDFD2;
--steel-blue-500: #43D6C5;
--steel-blue-600: #28B8A7;
--steel-blue-700: #209285;
--steel-blue-800: #17695F;
--steel-blue-900: #0F433D;
--steel-blue-950: #092A26;
}