Sky Blue
#66B2E5
BlueColor Codes
All color formats for development
HEX
#66B2E5RGB
rgb(102, 178, 229)HSL
hsl(204, 71%, 65%)OKLCH
oklch(0.735 0.106 239.7)CMYK
cmyk(55%, 22%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AA4E0
2#2E96DC
3#2285C6
4#1D72AA
5#185F8E
6#134C71
7#0E3955
8#0A2639
9#05131C
Tints
Lighter variations
1#76BAE8
2#85C2EA
3#94C9ED
4#A3D1EF
5#B3D9F2
6#C2E0F5
7#D1E8F7
8#E0F0FA
9#F0F7FC
Tones
Muted variations
1#6DB1DF
2#73B0D8
3#79AFD2
4#80ADCC
5#86ACC5
6#8CABBF
7#93AAB9
8#99A8B2
9#9FA7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCD #9BCDEE | BordersInactive statesPlaceholder text |
| 400 | 66B2 #66B2E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B9D #3B9DDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2180 #2180C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A66 #1A6699 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1249 #12496D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F46 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0F0FA;
--sky-blue-200: #C6E3F5;
--sky-blue-300: #9BCDEE;
--sky-blue-400: #66B2E5;
--sky-blue-500: #3B9DDE;
--sky-blue-600: #2180C0;
--sky-blue-700: #1A6699;
--sky-blue-800: #12496D;
--sky-blue-900: #0C2F46;
--sky-blue-950: #071D2C;
}