Sky Blue
#85C1C7
CyanColor Codes
All color formats for development
HEX
#85C1C7RGB
rgb(133, 193, 199)HSL
hsl(185, 37%, 65%)OKLCH
oklch(0.772 0.062 203.8)CMYK
cmyk(33%, 3%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EB6BC
2#57AAB2
3#49989F
4#3F8288
5#346C72
6#2A575B
7#1F4144
8#152B2D
9#0A1617
Tints
Lighter variations
1#91C7CC
2#9DCED2
3#A9D4D8
4#B6DADD
5#C2E0E3
6#CEE6E9
7#DAECEE
8#E7F3F4
9#F3F9F9
Tones
Muted variations
1#88BFC3
2#8BBCC0
3#8FB9BD
4#92B6BA
5#95B4B6
6#99B1B3
7#9CAEB0
8#9FABAC
9#A2A9A9
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 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD6 #AFD6DA | BordersInactive statesPlaceholder text |
| 400 | 85C1 #85C1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B0 #62B0B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4793 #47939A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3875 #38757A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2853 #285357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3538 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | 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: #D2E8EA;
--sky-blue-300: #AFD6DA;
--sky-blue-400: #85C1C7;
--sky-blue-500: #62B0B7;
--sky-blue-600: #47939A;
--sky-blue-700: #38757A;
--sky-blue-800: #285357;
--sky-blue-900: #1A3538;
--sky-blue-950: #102123;
}