Sky Blue
#85BDC7
CyanColor Codes
All color formats for development
HEX
#85BDC7RGB
rgb(133, 189, 199)HSL
hsl(189, 37%, 65%)OKLCH
oklch(0.763 0.06 209.8)CMYK
cmyk(33%, 5%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EB1BC
2#57A4B2
3#49929F
4#3F7D88
5#346872
6#2A535B
7#1F3F44
8#152A2D
9#0A1517
Tints
Lighter variations
1#91C3CC
2#9DCAD2
3#A9D1D8
4#B6D7DD
5#C2DEE3
6#CEE5E9
7#DAEBEE
8#E7F2F4
9#F3F8F9
Tones
Muted variations
1#88BBC3
2#8BB8C0
3#8FB6BD
4#92B4BA
5#95B1B6
6#99AFB3
7#9CADB0
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 | AFD4 #AFD4DA | BordersInactive statesPlaceholder text |
| 400 | 85BD #85BDC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AA #62AAB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478D #478D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3870 #38707A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2850 #285057 | 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: #AFD4DA;
--sky-blue-400: #85BDC7;
--sky-blue-500: #62AAB7;
--sky-blue-600: #478D9A;
--sky-blue-700: #38707A;
--sky-blue-800: #285057;
--sky-blue-900: #1A3338;
--sky-blue-950: #102023;
}