Steel Blue
#55B6C3
CyanColor Codes
All color formats for development
HEX
#55B6C3RGB
rgb(85, 182, 195)HSL
hsl(187, 48%, 55%)OKLCH
oklch(0.723 0.092 207.1)CMYK
cmyk(56%, 7%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42ADBB
2#3A99A6
3#338691
4#2C737D
5#246068
6#1D4D53
7#163A3E
8#0F262A
9#071315
Tints
Lighter variations
1#66BEC9
2#77C5CF
3#88CCD5
4#99D3DB
5#AADBE1
6#BBE2E7
7#CCE9ED
8#DDF0F3
9#EEF8F9
Tones
Muted variations
1#5BB2BE
2#60AEB8
3#66AAB3
4#6BA6AD
5#71A1A8
6#769DA2
7#7C999D
8#819597
9#879092
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 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DA #A8DAE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC7 #7BC7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B6 #55B6C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A99 #3A99A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7A #2E7A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2157 #21575E | 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: #CEEAEE;
--steel-blue-300: #A8DAE1;
--steel-blue-400: #7BC7D1;
--steel-blue-500: #55B6C3;
--steel-blue-600: #3A99A6;
--steel-blue-700: #2E7A84;
--steel-blue-800: #21575E;
--steel-blue-900: #15383C;
--steel-blue-950: #0D2326;
}