Sky Blue
#86C4C6
CyanColor Codes
All color formats for development
HEX
#86C4C6RGB
rgb(134, 196, 198)HSL
hsl(182, 36%, 65%)OKLCH
oklch(0.779 0.063 198.5)CMYK
cmyk(32%, 1%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6FB9BB
2#59AEB1
3#4A9B9E
4#408587
5#356F71
6#2A595A
7#204244
8#152C2D
9#0B1617
Tints
Lighter variations
1#92CACC
2#9ED0D1
3#AAD6D7
4#B6DBDD
5#C2E1E2
6#CEE7E8
7#DBEDEE
8#E7F3F4
9#F3F9F9
Tones
Muted variations
1#89C1C3
2#8CBEBF
3#8FBBBC
4#92B8B9
5#96B5B6
6#99B2B3
7#9CAFAF
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 | AFD8 #AFD8D9 | BordersInactive statesPlaceholder text |
| 400 | 86C4 #86C4C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B3 #63B3B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4896 #489699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3977 #397779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2955 #295557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | 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: #AFD8D9;
--sky-blue-400: #86C4C6;
--sky-blue-500: #63B3B6;
--sky-blue-600: #489699;
--sky-blue-700: #397779;
--sky-blue-800: #295557;
--sky-blue-900: #1A3737;
--sky-blue-950: #102223;
}