Sky Blue
#86C3C6
CyanColor Codes
All color formats for development
HEX
#86C3C6RGB
rgb(134, 195, 198)HSL
hsl(183, 36%, 65%)OKLCH
oklch(0.777 0.063 199.8)CMYK
cmyk(32%, 2%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6FB7BB
2#59ACB1
3#4A9A9E
4#408487
5#356E71
6#2A585A
7#204244
8#152C2D
9#0B1617
Tints
Lighter variations
1#92C9CC
2#9ECFD1
3#AAD5D7
4#B6DBDD
5#C2E1E2
6#CEE7E8
7#DBEDEE
8#E7F3F4
9#F3F9F9
Tones
Muted variations
1#89C0C3
2#8CBDBF
3#8FBABC
4#92B7B9
5#96B4B6
6#99B1B3
7#9CAEAF
8#9FACAC
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 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7D9 | BordersInactive statesPlaceholder text |
| 400 | 86C3 #86C3C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B1 #63B1B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4895 #489599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3976 #397679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2954 #295457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3637 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | 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: #D2E9EA;
--sky-blue-300: #AFD7D9;
--sky-blue-400: #86C3C6;
--sky-blue-500: #63B1B6;
--sky-blue-600: #489599;
--sky-blue-700: #397679;
--sky-blue-800: #295457;
--sky-blue-900: #1A3637;
--sky-blue-950: #102223;
}