Sky Blue
#4EFDFD
CyanColor Codes
All color formats for development
HEX
#4EFDFDRGB
rgb(78, 253, 253)HSL
hsl(180, 98%, 65%)OKLCH
oklch(0.908 0.138 195)CMYK
cmyk(69%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDFD
2#0DFDFD
3#02E6E6
4#02C5C5
5#02A4A4
6#018383
7#016262
8#014242
9#002121
Tints
Lighter variations
1#60FDFD
2#72FEFE
3#83FEFE
4#95FEFE
5#A7FEFE
6#B8FEFE
7#CAFEFE
8#DCFFFF
9#EDFFFF
Tones
Muted variations
1#57F4F4
2#60ECEC
3#69E3E3
4#71DADA
5#7AD1D1
6#83C9C9
7#8CC0C0
8#94B7B7
9#9DAEAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEFE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015151 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFF;
--sky-blue-100: #DCFFFF;
--sky-blue-200: #BDFEFE;
--sky-blue-300: #8BFEFE;
--sky-blue-400: #4EFDFD;
--sky-blue-500: #1CFDFD;
--sky-blue-600: #02DEDE;
--sky-blue-700: #02B1B1;
--sky-blue-800: #017E7E;
--sky-blue-900: #015151;
--sky-blue-950: #013232;
}