Sky Blue
#4EF2FD
CyanColor Codes
All color formats for development
HEX
#4EF2FDRGB
rgb(78, 242, 253)HSL
hsl(184, 98%, 65%)OKLCH
oklch(0.883 0.132 201.6)CMYK
cmyk(69%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DEFFD
2#0DEDFD
3#02D7E6
4#02B8C5
5#0299A4
6#017B83
7#015C62
8#013D42
9#001F21
Tints
Lighter variations
1#60F3FD
2#72F4FE
3#83F6FE
4#95F7FE
5#A7F8FE
6#B8FAFE
7#CAFBFE
8#DCFCFF
9#EDFEFF
Tones
Muted variations
1#57EAF4
2#60E2EC
3#69DBE3
4#71D3DA
5#7ACCD1
6#83C4C9
7#8CBCC0
8#94B5B7
9#9DADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFA #BDFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FE | BordersInactive statesPlaceholder text |
| 400 | 4EF2 #4EF2FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CEE #1CEEFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02CF #02CFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02A5 #02A5B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0176 #01767E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B51 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFF;
--sky-blue-100: #DCFCFF;
--sky-blue-200: #BDFAFE;
--sky-blue-300: #8BF6FE;
--sky-blue-400: #4EF2FD;
--sky-blue-500: #1CEEFD;
--sky-blue-600: #02CFDE;
--sky-blue-700: #02A5B1;
--sky-blue-800: #01767E;
--sky-blue-900: #014B51;
--sky-blue-950: #012F32;
}