Sky Blue
#66DBE5
CyanColor Codes
All color formats for development
HEX
#66DBE5RGB
rgb(102, 219, 229)HSL
hsl(185, 71%, 65%)OKLCH
oklch(0.828 0.106 202.9)CMYK
cmyk(55%, 4%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AD4E0
2#2ECDDC
3#22B9C6
4#1D9EAA
5#18848E
6#136A71
7#0E4F55
8#0A3539
9#051A1C
Tints
Lighter variations
1#76DEE8
2#85E2EA
3#94E5ED
4#A3E9EF
5#B3EDF2
6#C2F0F5
7#D1F4F7
8#E0F8FA
9#F0FBFC
Tones
Muted variations
1#6DD5DF
2#73D0D8
3#79CBD2
4#80C5CC
5#86C0C5
6#8CBBBF
7#93B6B9
8#99B0B2
9#9FABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F1 #C6F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7EE | BordersInactive statesPlaceholder text |
| 400 | 66DB #66DBE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BD0 #3BD0DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21B3 #21B3C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8E #1A8E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1265 #12656D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4146 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F8FA;
--sky-blue-200: #C6F1F5;
--sky-blue-300: #9BE7EE;
--sky-blue-400: #66DBE5;
--sky-blue-500: #3BD0DE;
--sky-blue-600: #21B3C0;
--sky-blue-700: #1A8E99;
--sky-blue-800: #12656D;
--sky-blue-900: #0C4146;
--sky-blue-950: #07292C;
}