Sky Blue
#66B9E5
BlueColor Codes
All color formats for development
HEX
#66B9E5RGB
rgb(102, 185, 229)HSL
hsl(201, 71%, 65%)OKLCH
oklch(0.75 0.103 233.6)CMYK
cmyk(55%, 19%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AACE0
2#2E9FDC
3#228DC6
4#1D79AA
5#18658E
6#135071
7#0E3C55
8#0A2839
9#05141C
Tints
Lighter variations
1#76C0E8
2#85C7EA
3#94CEED
4#A3D5EF
5#B3DCF2
6#C2E3F5
7#D1EAF7
8#E0F1FA
9#F0F8FC
Tones
Muted variations
1#6DB7DF
2#73B5D8
3#79B3D2
4#80B1CC
5#86AFC5
6#8CADBF
7#93ABB9
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 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E5 #C6E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD1 #9BD1EE | BordersInactive statesPlaceholder text |
| 400 | 66B9 #66B9E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BA5 #3BA5DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2188 #2188C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A6C #1A6C99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124D #124D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C31 #0C3146 | Primary textHigh emphasis contentDark headings |
| 950 | 071F #071F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E0F1FA;
--sky-blue-200: #C6E5F5;
--sky-blue-300: #9BD1EE;
--sky-blue-400: #66B9E5;
--sky-blue-500: #3BA5DE;
--sky-blue-600: #2188C0;
--sky-blue-700: #1A6C99;
--sky-blue-800: #124D6D;
--sky-blue-900: #0C3146;
--sky-blue-950: #071F2C;
}