Sky Blue
#4EEFFD
CyanColor Codes
All color formats for development
HEX
#4EEFFDRGB
rgb(78, 239, 253)HSL
hsl(185, 98%, 65%)OKLCH
oklch(0.876 0.131 203.5)CMYK
cmyk(69%, 6%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DECFD
2#0DE9FD
3#02D3E6
4#02B5C5
5#0297A4
6#017883
7#015A62
8#013C42
9#001E21
Tints
Lighter variations
1#60F0FD
2#72F2FE
3#83F4FE
4#95F5FE
5#A7F7FE
6#B8F8FE
7#CAFAFE
8#DCFCFF
9#EDFDFF
Tones
Muted variations
1#57E7F4
2#60E0EC
3#69D9E3
4#71D1DA
5#7ACAD1
6#83C3C9
7#8CBCC0
8#94B4B7
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 | BDF9 #BDF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF4 #8BF4FE | BordersInactive statesPlaceholder text |
| 400 | 4EEF #4EEFFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CEA #1CEAFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02CC #02CCDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02A2 #02A2B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0174 #01747E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014A #014A51 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | 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: #BDF9FE;
--sky-blue-300: #8BF4FE;
--sky-blue-400: #4EEFFD;
--sky-blue-500: #1CEAFD;
--sky-blue-600: #02CCDE;
--sky-blue-700: #02A2B1;
--sky-blue-800: #01747E;
--sky-blue-900: #014A51;
--sky-blue-950: #012E32;
}