Sky Blue
#86BEC6
CyanColor Codes
All color formats for development
HEX
#86BEC6RGB
rgb(134, 190, 198)HSL
hsl(188, 36%, 65%)OKLCH
oklch(0.766 0.059 207.1)CMYK
cmyk(32%, 4%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6FB1BB
2#59A5B1
3#4A939E
4#407E87
5#356971
6#2A545A
7#203F44
8#152A2D
9#0B1517
Tints
Lighter variations
1#92C4CC
2#9ECAD1
3#AAD1D7
4#B6D8DD
5#C2DEE2
6#CEE5E8
7#DBEBEE
8#E7F2F4
9#F3F8F9
Tones
Muted variations
1#89BBC3
2#8CB9BF
3#8FB6BC
4#92B4B9
5#96B2B6
6#99AFB3
7#9CADAF
8#9FAAAC
9#A3A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD4 #AFD4D9 | BordersInactive statesPlaceholder text |
| 400 | 86BD #86BDC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AB #63ABB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488E #488E99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3971 #397179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2951 #295157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3437 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E7F2F4;
--sky-blue-200: #D2E7EA;
--sky-blue-300: #AFD4D9;
--sky-blue-400: #86BDC6;
--sky-blue-500: #63ABB6;
--sky-blue-600: #488E99;
--sky-blue-700: #397179;
--sky-blue-800: #295157;
--sky-blue-900: #1A3437;
--sky-blue-950: #102023;
}