Sky Blue
#4EDDFD
CyanColor Codes
All color formats for development
HEX
#4EDDFDRGB
rgb(78, 221, 253)HSL
hsl(191, 98%, 65%)OKLCH
oklch(0.834 0.127 215.8)CMYK
cmyk(69%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DD7FD
2#0DD1FD
3#02BCE6
4#02A1C5
5#0286A4
6#016B83
7#015162
8#013642
9#001B21
Tints
Lighter variations
1#60E1FD
2#72E4FE
3#83E7FE
4#95EBFE
5#A7EEFE
6#B8F1FE
7#CAF5FE
8#DCF8FF
9#EDFCFF
Tones
Muted variations
1#57D8F4
2#60D2EC
3#69CDE3
4#71C7DA
5#7AC1D1
6#83BCC9
7#8CB6C0
8#94B1B7
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF2 #BDF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE9 #8BE9FE | BordersInactive statesPlaceholder text |
| 400 | 4EDD #4EDDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD3 #1CD3FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02B6 #02B6DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0291 #0291B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0167 #01677E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0142 #014251 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF8FF;
--sky-blue-200: #BDF2FE;
--sky-blue-300: #8BE9FE;
--sky-blue-400: #4EDDFD;
--sky-blue-500: #1CD3FD;
--sky-blue-600: #02B6DE;
--sky-blue-700: #0291B1;
--sky-blue-800: #01677E;
--sky-blue-900: #014251;
--sky-blue-950: #012932;
}