Sky Blue
#4ED4FD
CyanColor Codes
All color formats for development
HEX
#4ED4FDRGB
rgb(78, 212, 253)HSL
hsl(194, 98%, 65%)OKLCH
oklch(0.814 0.127 222.2)CMYK
cmyk(69%, 16%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCCFD
2#0DC5FD
3#02B1E6
4#0297C5
5#027EA4
6#016583
7#014C62
8#013242
9#001921
Tints
Lighter variations
1#60D9FD
2#72DDFE
3#83E1FE
4#95E5FE
5#A7EAFE
6#B8EEFE
7#CAF2FE
8#DCF6FF
9#EDFBFF
Tones
Muted variations
1#57D0F4
2#60CBEC
3#69C6E3
4#71C2DA
5#7ABDD1
6#83B8C9
7#8CB4C0
8#94AFB7
9#9DAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEF #BDEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE3 #8BE3FE | BordersInactive statesPlaceholder text |
| 400 | 4ED4 #4ED4FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CC8 #1CC8FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AB #02ABDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0288 #0288B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0161 #01617E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013E #013E51 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DCF6FF;
--sky-blue-200: #BDEFFE;
--sky-blue-300: #8BE3FE;
--sky-blue-400: #4ED4FD;
--sky-blue-500: #1CC8FD;
--sky-blue-600: #02ABDE;
--sky-blue-700: #0288B1;
--sky-blue-800: #01617E;
--sky-blue-900: #013E51;
--sky-blue-950: #012732;
}