Sky Blue
#85C7C7
CyanColor Codes
All color formats for development
HEX
#85C7C7RGB
rgb(133, 199, 199)HSL
hsl(180, 37%, 65%)OKLCH
oklch(0.786 0.067 195.9)CMYK
cmyk(33%, 0%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EBCBC
2#57B2B2
3#499F9F
4#3F8888
5#347272
6#2A5B5B
7#1F4444
8#152D2D
9#0A1717
Tints
Lighter variations
1#91CCCC
2#9DD2D2
3#A9D8D8
4#B6DDDD
5#C2E3E3
6#CEE9E9
7#DAEEEE
8#E7F4F4
9#F3F9F9
Tones
Muted variations
1#88C3C3
2#8BC0C0
3#8FBDBD
4#92BABA
5#95B6B6
6#99B3B3
7#9CB0B0
8#9FACAC
9#A2A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFDA #AFDADA | BordersInactive statesPlaceholder text |
| 400 | 85C7 #85C7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B7 #62B7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 479A #479A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 387A #387A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2857 #285757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A38 #1A3838 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5FAFA;
--sky-blue-100: #E7F4F4;
--sky-blue-200: #D2EAEA;
--sky-blue-300: #AFDADA;
--sky-blue-400: #85C7C7;
--sky-blue-500: #62B7B7;
--sky-blue-600: #479A9A;
--sky-blue-700: #387A7A;
--sky-blue-800: #285757;
--sky-blue-900: #1A3838;
--sky-blue-950: #102323;
}