Sky Blue
#85BCC7
CyanColor Codes
All color formats for development
HEX
#85BCC7RGB
rgb(133, 188, 199)HSL
hsl(190, 37%, 65%)OKLCH
oklch(0.761 0.059 211.4)CMYK
cmyk(33%, 6%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EAFBC
2#57A3B2
3#49919F
4#3F7C88
5#346772
6#2A535B
7#1F3E44
8#15292D
9#0A1517
Tints
Lighter variations
1#91C2CC
2#9DC9D2
3#A9D0D8
4#B6D7DD
5#C2DDE3
6#CEE4E9
7#DAEBEE
8#E7F2F4
9#F3F8F9
Tones
Muted variations
1#88BAC3
2#8BB7C0
3#8FB5BD
4#92B3BA
5#95B1B6
6#99AFB3
7#9CACB0
8#9FAAAC
9#A2A8A9
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 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD3 #AFD3DA | BordersInactive statesPlaceholder text |
| 400 | 85BC #85BCC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A9 #62A9B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478C #478C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386F #386F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284F #284F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3338 | 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: #D2E6EA;
--sky-blue-300: #AFD3DA;
--sky-blue-400: #85BCC7;
--sky-blue-500: #62A9B7;
--sky-blue-600: #478C9A;
--sky-blue-700: #386F7A;
--sky-blue-800: #284F57;
--sky-blue-900: #1A3338;
--sky-blue-950: #102023;
}