Sky Blue
#85C3C7
CyanColor Codes
All color formats for development
HEX
#85C3C7RGB
rgb(133, 195, 199)HSL
hsl(184, 37%, 65%)OKLCH
oklch(0.777 0.064 201)CMYK
cmyk(33%, 2%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EB7BC
2#57ACB2
3#49999F
4#3F8388
5#346D72
6#2A585B
7#1F4244
8#152C2D
9#0A1617
Tints
Lighter variations
1#91C8CC
2#9DCED2
3#A9D5D8
4#B6DBDD
5#C2E1E3
6#CEE7E9
7#DAEDEE
8#E7F3F4
9#F3F9F9
Tones
Muted variations
1#88C0C3
2#8BBDC0
3#8FBABD
4#92B7BA
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 | AFD7 #AFD7DA | BordersInactive statesPlaceholder text |
| 400 | 85C2 #85C2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B1 #62B1B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4794 #47949A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3876 #38767A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2854 #285457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3638 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | 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: #AFD7DA;
--sky-blue-400: #85C2C7;
--sky-blue-500: #62B1B7;
--sky-blue-600: #47949A;
--sky-blue-700: #38767A;
--sky-blue-800: #285457;
--sky-blue-900: #1A3638;
--sky-blue-950: #102223;
}