Steel Blue
#55B8C3
CyanColor Codes
All color formats for development
HEX
#55B8C3RGB
rgb(85, 184, 195)HSL
hsl(186, 48%, 55%)OKLCH
oklch(0.728 0.093 205.2)CMYK
cmyk(56%, 6%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42AFBB
2#3A9BA6
3#338891
4#2C747D
5#246168
6#1D4E53
7#163A3E
8#0F272A
9#071315
Tints
Lighter variations
1#66BFC9
2#77C6CF
3#88CED5
4#99D5DB
5#AADCE1
6#BBE3E7
7#CCEAED
8#DDF1F3
9#EEF8F9
Tones
Muted variations
1#5BB4BE
2#60B0B8
3#66ABB3
4#6BA7AD
5#71A2A8
6#769EA2
7#7C999D
8#819597
9#879192
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DB #A8DBE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC8 #7BC8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B8 #55B8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A9B #3A9BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7C #2E7C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383C | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F4F6;
--steel-blue-200: #CEEBEE;
--steel-blue-300: #A8DBE1;
--steel-blue-400: #7BC8D1;
--steel-blue-500: #55B8C3;
--steel-blue-600: #3A9BA6;
--steel-blue-700: #2E7C84;
--steel-blue-800: #21585E;
--steel-blue-900: #15383C;
--steel-blue-950: #0D2326;
}