Steel Blue
#5DB7BB
CyanColor Codes
All color formats for development
HEX
#5DB7BBRGB
rgb(93, 183, 187)HSL
hsl(183, 41%, 55%)OKLCH
oklch(0.726 0.086 199.3)CMYK
cmyk(50%, 2%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AADB2
2#429A9E
3#3A868A
4#327377
5#296063
6#214D4F
7#193A3B
8#112628
9#081314
Tints
Lighter variations
1#6DBEC2
2#7EC5C9
3#8ECCD0
4#9ED4D6
5#AEDBDD
6#BEE2E4
7#CEE9EB
8#DFF1F1
9#EFF8F8
Tones
Muted variations
1#62B2B7
2#67AEB2
3#6BAAAD
4#70A6A8
5#75A1A4
6#799D9F
7#7E999A
8#839596
9#889091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EA #D0EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDA #ACDADC | BordersInactive statesPlaceholder text |
| 400 | 81C7 #81C7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB7 #5DB7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429A #429A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357A #357A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2657 #26575A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #18383A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F4F4;
--steel-blue-200: #D0EAEB;
--steel-blue-300: #ACDADC;
--steel-blue-400: #81C7CA;
--steel-blue-500: #5DB7BB;
--steel-blue-600: #429A9E;
--steel-blue-700: #357A7E;
--steel-blue-800: #26575A;
--steel-blue-900: #18383A;
--steel-blue-950: #0F2324;
}