Sky Blue
#66E1E5
CyanColor Codes
All color formats for development
HEX
#66E1E5RGB
rgb(102, 225, 229)HSL
hsl(182, 71%, 65%)OKLCH
oklch(0.842 0.11 198.2)CMYK
cmyk(55%, 2%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4ADBE0
2#2ED6DC
3#22C1C6
4#1DA5AA
5#188A8E
6#136E71
7#0E5355
8#0A3739
9#051C1C
Tints
Lighter variations
1#76E4E8
2#85E7EA
3#94EAED
4#A3EDEF
5#B3F0F2
6#C2F3F5
7#D1F6F7
8#E0F9FA
9#F0FCFC
Tones
Muted variations
1#6DDBDF
2#73D5D8
3#79CFD2
4#80C9CC
5#86C3C5
6#8CBDBF
7#93B7B9
8#99B2B2
9#9FACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEB #9BEBEE | BordersInactive statesPlaceholder text |
| 400 | 66E1 #66E1E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BD8 #3BD8DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21BB #21BBC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A94 #1A9499 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126A #126A6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C44 #0C4446 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F9FA;
--sky-blue-200: #C6F4F5;
--sky-blue-300: #9BEBEE;
--sky-blue-400: #66E1E5;
--sky-blue-500: #3BD8DE;
--sky-blue-600: #21BBC0;
--sky-blue-700: #1A9499;
--sky-blue-800: #126A6D;
--sky-blue-900: #0C4446;
--sky-blue-950: #072A2C;
}