Sky Blue
#66D0E5
CyanColor Codes
All color formats for development
HEX
#66D0E5RGB
rgb(102, 208, 229)HSL
hsl(190, 71%, 65%)OKLCH
oklch(0.803 0.102 212.4)CMYK
cmyk(55%, 9%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AC7E0
2#2EBFDC
3#22ABC6
4#1D93AA
5#187A8E
6#136271
7#0E4955
8#0A3139
9#05181C
Tints
Lighter variations
1#76D5E8
2#85D9EA
3#94DEED
4#A3E3EF
5#B3E7F2
6#C2ECF5
7#D1F1F7
8#E0F6FA
9#F0FAFC
Tones
Muted variations
1#6DCCDF
2#73C8D8
3#79C3D2
4#80BFCC
5#86BBC5
6#8CB7BF
7#93B2B9
8#99AEB2
9#9FAAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE0 #9BE0EE | BordersInactive statesPlaceholder text |
| 400 | 66D0 #66D0E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BC3 #3BC3DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21A5 #21A5C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A83 #1A8399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125E #125E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3C #0C3C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F6FA;
--sky-blue-200: #C6EEF5;
--sky-blue-300: #9BE0EE;
--sky-blue-400: #66D0E5;
--sky-blue-500: #3BC3DE;
--sky-blue-600: #21A5C0;
--sky-blue-700: #1A8399;
--sky-blue-800: #125E6D;
--sky-blue-900: #0C3C46;
--sky-blue-950: #07262C;
}