Sky Blue
#66C8E5
CyanColor Codes
All color formats for development
HEX
#66C8E5RGB
rgb(102, 200, 229)HSL
hsl(194, 71%, 65%)OKLCH
oklch(0.784 0.101 219.7)CMYK
cmyk(55%, 13%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4ABDE0
2#2EB3DC
3#22A0C6
4#1D89AA
5#18728E
6#135B71
7#0E4555
8#0A2E39
9#05171C
Tints
Lighter variations
1#76CDE8
2#85D3EA
3#94D8ED
4#A3DEEF
5#B3E3F2
6#C2E9F5
7#D1EEF7
8#E0F4FA
9#F0F9FC
Tones
Muted variations
1#6DC4DF
2#73C1D8
3#79BDD2
4#80BACC
5#86B7C5
6#8CB3BF
7#93B0B9
8#99ADB2
9#9FA9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EA #C6EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDB #9BDBEE | BordersInactive statesPlaceholder text |
| 400 | 66C8 #66C8E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BB8 #3BB8DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 219B #219BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A7B #1A7B99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1258 #12586D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C38 #0C3846 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E0F4FA;
--sky-blue-200: #C6EAF5;
--sky-blue-300: #9BDBEE;
--sky-blue-400: #66C8E5;
--sky-blue-500: #3BB8DE;
--sky-blue-600: #219BC0;
--sky-blue-700: #1A7B99;
--sky-blue-800: #12586D;
--sky-blue-900: #0C3846;
--sky-blue-950: #07232C;
}