Sky Blue
#66CCE5
CyanColor Codes
All color formats for development
HEX
#66CCE5RGB
rgb(102, 204, 229)HSL
hsl(192, 71%, 65%)OKLCH
oklch(0.793 0.101 216)CMYK
cmyk(55%, 11%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AC2E0
2#2EB9DC
3#22A5C6
4#1D8EAA
5#18768E
6#135F71
7#0E4755
8#0A2F39
9#05181C
Tints
Lighter variations
1#76D1E8
2#85D6EA
3#94DBED
4#A3E0EF
5#B3E5F2
6#C2EBF5
7#D1F0F7
8#E0F5FA
9#F0FAFC
Tones
Muted variations
1#6DC8DF
2#73C4D8
3#79C0D2
4#80BDCC
5#86B9C5
6#8CB5BF
7#93B1B9
8#99ADB2
9#9FAAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EC #C6ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDD #9BDDEE | BordersInactive statesPlaceholder text |
| 400 | 66CC #66CCE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BBD #3BBDDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21A0 #21A0C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A7F #1A7F99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125B #125B6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3A #0C3A46 | Primary textHigh emphasis contentDark headings |
| 950 | 0724 #07242C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F5FA;
--sky-blue-200: #C6ECF5;
--sky-blue-300: #9BDDEE;
--sky-blue-400: #66CCE5;
--sky-blue-500: #3BBDDE;
--sky-blue-600: #21A0C0;
--sky-blue-700: #1A7F99;
--sky-blue-800: #125B6D;
--sky-blue-900: #0C3A46;
--sky-blue-950: #07242C;
}