Sky Blue
#66D6E5
CyanColor Codes
All color formats for development
HEX
#66D6E5RGB
rgb(102, 214, 229)HSL
hsl(187, 71%, 65%)OKLCH
oklch(0.816 0.104 207.1)CMYK
cmyk(55%, 7%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4ACFE0
2#2EC7DC
3#22B3C6
4#1D9AAA
5#18808E
6#136671
7#0E4D55
8#0A3339
9#051A1C
Tints
Lighter variations
1#76DAE8
2#85DEEA
3#94E3ED
4#A3E7EF
5#B3EBF2
6#C2EFF5
7#D1F3F7
8#E0F7FA
9#F0FBFC
Tones
Muted variations
1#6DD1DF
2#73CDD8
3#79C8D2
4#80C3CC
5#86BEC5
6#8CB9BF
7#93B4B9
8#99AFB2
9#9FABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE4 #9BE4EE | BordersInactive statesPlaceholder text |
| 400 | 66D6 #66D6E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BCB #3BCBDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21AD #21ADC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8A #1A8A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1262 #12626D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3F #0C3F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F7FA;
--sky-blue-200: #C6F0F5;
--sky-blue-300: #9BE4EE;
--sky-blue-400: #66D6E5;
--sky-blue-500: #3BCBDE;
--sky-blue-600: #21ADC0;
--sky-blue-700: #1A8A99;
--sky-blue-800: #12626D;
--sky-blue-900: #0C3F46;
--sky-blue-950: #07272C;
}