Sky Blue
#66BDE5
BlueColor Codes
All color formats for development
HEX
#66BDE5RGB
rgb(102, 189, 229)HSL
hsl(199, 71%, 65%)OKLCH
oklch(0.759 0.102 229.9)CMYK
cmyk(55%, 17%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AB1E0
2#2EA4DC
3#2292C6
4#1D7DAA
5#18688E
6#135471
7#0E3F55
8#0A2A39
9#05151C
Tints
Lighter variations
1#76C4E8
2#85CAEA
3#94D1ED
4#A3D7EF
5#B3DEF2
6#C2E5F5
7#D1EBF7
8#E0F2FA
9#F0F8FC
Tones
Muted variations
1#6DBBDF
2#73B8D8
3#79B6D2
4#80B4CC
5#86B1C5
6#8CAFBF
7#93ADB9
8#99AAB2
9#9FA8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E6 #C6E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD4 #9BD4EE | BordersInactive statesPlaceholder text |
| 400 | 66BD #66BDE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BAA #3BAADE | Primary brand colorCTAsActive elementsLinks |
| 600 | 218D #218DC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A70 #1A7099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1250 #12506D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C33 #0C3346 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E0F2FA;
--sky-blue-200: #C6E6F5;
--sky-blue-300: #9BD4EE;
--sky-blue-400: #66BDE5;
--sky-blue-500: #3BAADE;
--sky-blue-600: #218DC0;
--sky-blue-700: #1A7099;
--sky-blue-800: #12506D;
--sky-blue-900: #0C3346;
--sky-blue-950: #07202C;
}