Sky Blue
#66A8E5
BlueColor Codes
All color formats for development
HEX
#66A8E5RGB
rgb(102, 168, 229)HSL
hsl(209, 71%, 65%)OKLCH
oklch(0.712 0.112 247.9)CMYK
cmyk(55%, 27%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A98E0
2#2E87DC
3#2277C6
4#1D66AA
5#18558E
6#134471
7#0E3355
8#0A2239
9#05111C
Tints
Lighter variations
1#76B1E8
2#85B9EA
3#94C2ED
4#A3CBEF
5#B3D3F2
6#C2DCF5
7#D1E5F7
8#E0EEFA
9#F0F6FC
Tones
Muted variations
1#6DA8DF
2#73A7D8
3#79A7D2
4#80A7CC
5#86A7C5
6#8CA7BF
7#93A6B9
8#99A6B2
9#9FA6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC6 #9BC6EE | BordersInactive statesPlaceholder text |
| 400 | 66A8 #66A8E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B8F #3B8FDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2173 #2173C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A5B #1A5B99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1241 #12416D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2A #0C2A46 | Primary textHigh emphasis contentDark headings |
| 950 | 071A #071A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0EEFA;
--sky-blue-200: #C6DFF5;
--sky-blue-300: #9BC6EE;
--sky-blue-400: #66A8E5;
--sky-blue-500: #3B8FDE;
--sky-blue-600: #2173C0;
--sky-blue-700: #1A5B99;
--sky-blue-800: #12416D;
--sky-blue-900: #0C2A46;
--sky-blue-950: #071A2C;
}