Sky Blue
#86C2C6
CyanColor Codes
All color formats for development
HEX
#86C2C6RGB
rgb(134, 194, 198)HSL
hsl(184, 36%, 65%)OKLCH
oklch(0.775 0.062 201.2)CMYK
cmyk(32%, 2%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6FB6BB
2#59ABB1
3#4A989E
4#408287
5#356D71
6#2A575A
7#204144
8#152B2D
9#0B1617
Tints
Lighter variations
1#92C8CC
2#9ECED1
3#AAD4D7
4#B6DADD
5#C2E0E2
6#CEE6E8
7#DBEDEE
8#E7F3F4
9#F3F9F9
Tones
Muted variations
1#89BFC3
2#8CBCBF
3#8FB9BC
4#92B6B9
5#96B4B6
6#99B1B3
7#9CAEAF
8#9FABAC
9#A3A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7D9 | BordersInactive statesPlaceholder text |
| 400 | 86C2 #86C2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B0 #63B0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4893 #489399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3975 #397579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2954 #295457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3637 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5FAFA;
--sky-blue-100: #E7F3F4;
--sky-blue-200: #D2E8EA;
--sky-blue-300: #AFD7D9;
--sky-blue-400: #86C2C6;
--sky-blue-500: #63B0B6;
--sky-blue-600: #489399;
--sky-blue-700: #397579;
--sky-blue-800: #295457;
--sky-blue-900: #1A3637;
--sky-blue-950: #102123;
}