Sky Blue
#85BEC7
CyanColor Codes
All color formats for development
HEX
#85BEC7RGB
rgb(133, 190, 199)HSL
hsl(188, 37%, 65%)OKLCH
oklch(0.765 0.06 208.3)CMYK
cmyk(33%, 5%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EB2BC
2#57A6B2
3#49949F
4#3F7E88
5#346972
6#2A545B
7#1F3F44
8#152A2D
9#0A1517
Tints
Lighter variations
1#91C4CC
2#9DCBD2
3#A9D1D8
4#B6D8DD
5#C2DEE3
6#CEE5E9
7#DAEBEE
8#E7F2F4
9#F3F8F9
Tones
Muted variations
1#88BCC3
2#8BB9C0
3#8FB7BD
4#92B4BA
5#95B2B6
6#99AFB3
7#9CADB0
8#9FABAC
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 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD4 #AFD4DA | BordersInactive statesPlaceholder text |
| 400 | 85BE #85BEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AB #62ABB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478F #478F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3871 #38717A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2851 #285157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3438 | 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: #AFD4DA;
--sky-blue-400: #85BEC7;
--sky-blue-500: #62ABB7;
--sky-blue-600: #478F9A;
--sky-blue-700: #38717A;
--sky-blue-800: #285157;
--sky-blue-900: #1A3438;
--sky-blue-950: #102023;
}