Sky Blue
#66B7E5
BlueColor Codes
All color formats for development
HEX
#66B7E5RGB
rgb(102, 183, 229)HSL
hsl(202, 71%, 65%)OKLCH
oklch(0.746 0.104 235.4)CMYK
cmyk(55%, 20%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AA9E0
2#2E9CDC
3#228AC6
4#1D76AA
5#18638E
6#134F71
7#0E3B55
8#0A2739
9#05141C
Tints
Lighter variations
1#76BEE8
2#85C5EA
3#94CCED
4#A3D4EF
5#B3DBF2
6#C2E2F5
7#D1E9F7
8#E0F1FA
9#F0F8FC
Tones
Muted variations
1#6DB5DF
2#73B3D8
3#79B2D2
4#80B0CC
5#86AEC5
6#8CADBF
7#93ABB9
8#99A9B2
9#9FA7AC
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 | C6E4 #C6E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCF #9BCFEE | BordersInactive statesPlaceholder text |
| 400 | 66B7 #66B7E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BA2 #3BA2DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2185 #2185C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A6A #1A6A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124C #124C6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C31 #0C3146 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | 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: #C6E4F5;
--sky-blue-300: #9BCFEE;
--sky-blue-400: #66B7E5;
--sky-blue-500: #3BA2DE;
--sky-blue-600: #2185C0;
--sky-blue-700: #1A6A99;
--sky-blue-800: #124C6D;
--sky-blue-900: #0C3146;
--sky-blue-950: #071E2C;
}