Sky Blue
#8CBDC0
CyanColor Codes
All color formats for development
HEX
#8CBDC0RGB
rgb(140, 189, 192)HSL
hsl(183, 29%, 65%)OKLCH
oklch(0.765 0.052 200.9)CMYK
cmyk(27%, 2%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76B1B4
2#61A5A8
3#529296
4#477D80
5#3B696B
6#2F5456
7#233F40
8#182A2B
9#0C1515
Tints
Lighter variations
1#97C4C6
2#A3CACC
3#AED1D3
4#BAD7D9
5#C5DEDF
6#D1E5E6
7#DCEBEC
8#E8F2F2
9#F3F8F9
Tones
Muted variations
1#8EBBBD
2#91B8BA
3#94B6B8
4#96B4B5
5#99B1B3
6#9BAFB0
7#9EADAE
8#A1AAAB
9#A3A8A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D4 #B3D4D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBD #8CBDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAA #6BAAAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508D #508D91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F71 #3F7173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D50 #2D5052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3335 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E8F2F2;
--sky-blue-200: #D4E7E7;
--sky-blue-300: #B3D4D5;
--sky-blue-400: #8CBDC0;
--sky-blue-500: #6BAAAE;
--sky-blue-600: #508D91;
--sky-blue-700: #3F7173;
--sky-blue-800: #2D5052;
--sky-blue-900: #1D3335;
--sky-blue-950: #122021;
}