Sky Blue
#4EE6FD
CyanColor Codes
All color formats for development
HEX
#4EE6FDRGB
rgb(78, 230, 253)HSL
hsl(188, 98%, 65%)OKLCH
oklch(0.855 0.128 209.6)CMYK
cmyk(69%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DE1FD
2#0DDDFD
3#02C7E6
4#02ABC5
5#028EA4
6#017283
7#015562
8#013942
9#001C21
Tints
Lighter variations
1#60E8FD
2#72EBFE
3#83EDFE
4#95F0FE
5#A7F2FE
6#B8F5FE
7#CAF7FE
8#DCFAFF
9#EDFCFF
Tones
Muted variations
1#57DFF4
2#60D9EC
3#69D3E3
4#71CCDA
5#7AC6D1
6#83BFC9
7#8CB9C0
8#94B3B7
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF6 #BDF6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEE #8BEEFE | BordersInactive statesPlaceholder text |
| 400 | 4EE6 #4EE6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CDF #1CDFFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C1 #02C1DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0299 #0299B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 016E #016E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0146 #014651 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFAFF;
--sky-blue-200: #BDF6FE;
--sky-blue-300: #8BEEFE;
--sky-blue-400: #4EE6FD;
--sky-blue-500: #1CDFFD;
--sky-blue-600: #02C1DE;
--sky-blue-700: #0299B1;
--sky-blue-800: #016E7E;
--sky-blue-900: #014651;
--sky-blue-950: #012C32;
}