Steel Blue
#5DB8BB
CyanColor Codes
All color formats for development
HEX
#5DB8BBRGB
rgb(93, 184, 187)HSL
hsl(182, 41%, 55%)OKLCH
oklch(0.728 0.087 198.3)CMYK
cmyk(50%, 2%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AAFB2
2#429B9E
3#3A888A
4#327477
5#296163
6#214E4F
7#193A3B
8#112728
9#081314
Tints
Lighter variations
1#6DBFC2
2#7EC6C9
3#8ECDD0
4#9ED4D6
5#AEDCDD
6#BEE3E4
7#CEEAEB
8#DFF1F1
9#EFF8F8
Tones
Muted variations
1#62B4B7
2#67AFB2
3#6BABAD
4#70A7A8
5#75A2A4
6#799E9F
7#7E999A
8#839596
9#889191
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 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDB #ACDBDC | BordersInactive statesPlaceholder text |
| 400 | 81C8 #81C8CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB8 #5DB8BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429B #429B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357B #357B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2658 #26585A | 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: #D0EBEB;
--steel-blue-300: #ACDBDC;
--steel-blue-400: #81C8CA;
--steel-blue-500: #5DB8BB;
--steel-blue-600: #429B9E;
--steel-blue-700: #357B7E;
--steel-blue-800: #26585A;
--steel-blue-900: #18383A;
--steel-blue-950: #0F2324;
}