Sky Blue
#4EE0FD
CyanColor Codes
All color formats for development
HEX
#4EE0FDRGB
rgb(78, 224, 253)HSL
hsl(190, 98%, 65%)OKLCH
oklch(0.841 0.127 213.7)CMYK
cmyk(69%, 11%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DDAFD
2#0DD5FD
3#02C0E6
4#02A4C5
5#0289A4
6#016E83
7#015262
8#013742
9#001B21
Tints
Lighter variations
1#60E3FD
2#72E6FE
3#83E9FE
4#95ECFE
5#A7F0FE
6#B8F3FE
7#CAF6FE
8#DCF9FF
9#EDFCFF
Tones
Muted variations
1#57DAF4
2#60D4EC
3#69CFE3
4#71C9DA
5#7AC3D1
6#83BDC9
7#8CB7C0
8#94B1B7
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEB #8BEBFE | BordersInactive statesPlaceholder text |
| 400 | 4EE0 #4EE0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD7 #1CD7FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02BA #02BADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0294 #0294B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0169 #01697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014351 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF9FF;
--sky-blue-200: #BDF4FE;
--sky-blue-300: #8BEBFE;
--sky-blue-400: #4EE0FD;
--sky-blue-500: #1CD7FD;
--sky-blue-600: #02BADE;
--sky-blue-700: #0294B1;
--sky-blue-800: #01697E;
--sky-blue-900: #014351;
--sky-blue-950: #012A32;
}