Steel Blue
#56B2C2
CyanColor Codes
All color formats for development
HEX
#56B2C2RGB
rgb(86, 178, 194)HSL
hsl(189, 47%, 55%)OKLCH
oklch(0.714 0.09 210.4)CMYK
cmyk(56%, 8%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43A8BA
2#3B95A5
3#348290
4#2D707C
5#255D67
6#1E4B52
7#16383E
8#0F2529
9#071315
Tints
Lighter variations
1#67BAC8
2#78C1CE
3#89C9D4
4#9AD1DB
5#ABD9E1
6#BCE0E7
7#CCE8ED
8#DDF0F3
9#EEF7F9
Tones
Muted variations
1#5CAEBD
2#61AAB7
3#66A7B2
4#6CA3AD
5#719FA7
6#779BA2
7#7C989C
8#819497
9#879092
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE9 #CEE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D8 #A9D8E0 | BordersInactive statesPlaceholder text |
| 400 | 7CC3 #7CC3D0 | Disabled statesSecondary iconsMuted text |
| 500 | 56B2 #56B2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B95 #3B95A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F77 #2F7783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2255 #22555E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363C | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F6;
--steel-blue-200: #CEE9ED;
--steel-blue-300: #A9D8E0;
--steel-blue-400: #7CC3D0;
--steel-blue-500: #56B2C2;
--steel-blue-600: #3B95A5;
--steel-blue-700: #2F7783;
--steel-blue-800: #22555E;
--steel-blue-900: #16363C;
--steel-blue-950: #0E2225;
}