Sky Blue
#4ED7FD
CyanColor Codes
All color formats for development
HEX
#4ED7FDRGB
rgb(78, 215, 253)HSL
hsl(193, 98%, 65%)OKLCH
oklch(0.82 0.127 220.1)CMYK
cmyk(69%, 15%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DD0FD
2#0DC9FD
3#02B4E6
4#029BC5
5#0281A4
6#016783
7#014D62
8#013442
9#001A21
Tints
Lighter variations
1#60DBFD
2#72DFFE
3#83E3FE
4#95E7FE
5#A7EBFE
6#B8EFFE
7#CAF3FE
8#DCF7FF
9#EDFBFF
Tones
Muted variations
1#57D2F4
2#60CDEC
3#69C8E3
4#71C3DA
5#7ABFD1
6#83BAC9
7#8CB5C0
8#94B0B7
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FE | BordersInactive statesPlaceholder text |
| 400 | 4ED7 #4ED7FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CCC #1CCCFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AF #02AFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 028B #028BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0163 #01637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F51 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF7FF;
--sky-blue-200: #BDF0FE;
--sky-blue-300: #8BE5FE;
--sky-blue-400: #4ED7FD;
--sky-blue-500: #1CCCFD;
--sky-blue-600: #02AFDE;
--sky-blue-700: #028BB1;
--sky-blue-800: #01637E;
--sky-blue-900: #013F51;
--sky-blue-950: #012832;
}