Steel Blue
#28B8AA
CyanColor Codes
All color formats for development
HEX
#28B8AARGB
rgb(40, 184, 170)HSL
hsl(174, 64%, 44%)OKLCH
oklch(0.708 0.117 184.9)CMYK
cmyk(78%, 0%, 8%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A699
2#209388
3#1C8177
4#186E66
5#145C55
6#104A44
7#0C3733
8#082522
9#041211
Tints
Lighter variations
1#2ECFBF
2#44D6C7
3#5BDBCE
4#72E0D5
5#8AE5DC
6#A1EAE3
7#B9F0EA
8#D0F5F1
9#E8FAF8
Tones
Muted variations
1#30B1A4
2#37AA9E
3#3EA298
4#459B93
5#4C948D
6#538D87
7#5B8681
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 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD3 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | 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: #E2F9F6;
--steel-blue-200: #C9F3EF;
--steel-blue-300: #9FEAE2;
--steel-blue-400: #6DDFD3;
--steel-blue-500: #43D6C7;
--steel-blue-600: #28B8AA;
--steel-blue-700: #209287;
--steel-blue-800: #176960;
--steel-blue-900: #0F433E;
--steel-blue-950: #092A27;
}