Sky Blue
#8CC0C0
CyanColor Codes
All color formats for development
HEX
#8CC0C0RGB
rgb(140, 192, 192)HSL
hsl(180, 29%, 65%)OKLCH
oklch(0.772 0.054 196.1)CMYK
cmyk(27%, 0%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76B4B4
2#61A8A8
3#529696
4#478080
5#3B6B6B
6#2F5656
7#234040
8#182B2B
9#0C1515
Tints
Lighter variations
1#97C6C6
2#A3CCCC
3#AED3D3
4#BAD9D9
5#C5DFDF
6#D1E6E6
7#DCECEC
8#E8F2F2
9#F3F9F9
Tones
Muted variations
1#8EBDBD
2#91BABA
3#94B8B8
4#96B5B5
5#99B3B3
6#9BB0B0
7#9EAEAE
8#A1ABAB
9#A3A8A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D5 #B3D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CC0 #8CC0C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAE #6BAEAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5091 #509191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F73 #3F7373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D52 #2D5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D35 #1D3535 | Primary textHigh emphasis contentDark headings |
| 950 | 1221 #122121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5FAFA;
--sky-blue-100: #E8F2F2;
--sky-blue-200: #D4E7E7;
--sky-blue-300: #B3D5D5;
--sky-blue-400: #8CC0C0;
--sky-blue-500: #6BAEAE;
--sky-blue-600: #509191;
--sky-blue-700: #3F7373;
--sky-blue-800: #2D5252;
--sky-blue-900: #1D3535;
--sky-blue-950: #122121;
}