Sky Blue
#8CB6C0
CyanColor Codes
All color formats for development
HEX
#8CB6C0RGB
rgb(140, 182, 192)HSL
hsl(192, 29%, 65%)OKLCH
oklch(0.749 0.047 213.9)CMYK
cmyk(27%, 5%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76A8B4
2#619AA8
3#528896
4#477580
5#3B616B
6#2F4E56
7#233A40
8#18272B
9#0C1315
Tints
Lighter variations
1#97BDC6
2#A3C4CC
3#AECBD3
4#BAD3D9
5#C5DADF
6#D1E2E6
7#DCE9EC
8#E8F0F2
9#F3F8F9
Tones
Muted variations
1#8EB4BD
2#91B2BA
3#94B1B8
4#96AFB5
5#99AEB3
6#9BACB0
7#9EAAAE
8#A1A9AB
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E4 #D4E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CF #B3CFD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB5 #8CB5C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA0 #6BA0AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5084 #508491 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F69 #3F6973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4B #2D4B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D30 #1D3035 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E8F0F2;
--sky-blue-200: #D4E4E7;
--sky-blue-300: #B3CFD5;
--sky-blue-400: #8CB5C0;
--sky-blue-500: #6BA0AE;
--sky-blue-600: #508491;
--sky-blue-700: #3F6973;
--sky-blue-800: #2D4B52;
--sky-blue-900: #1D3035;
--sky-blue-950: #121E21;
}