Sky Blue
#4FE8FC
CyanColor Codes
All color formats for development
HEX
#4FE8FCRGB
rgb(79, 232, 252)HSL
hsl(187, 97%, 65%)OKLCH
oklch(0.859 0.128 207.6)CMYK
cmyk(69%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FE4FC
2#0EE0FB
3#03CAE5
4#03ADC4
5#0291A3
6#027483
7#015762
8#013A41
9#001D21
Tints
Lighter variations
1#61EAFD
2#72EDFD
3#84EFFD
4#96F1FD
5#A7F4FE
6#B9F6FE
7#CAF8FE
8#DCFAFE
9#EDFDFF
Tones
Muted variations
1#58E1F4
2#60DBEB
3#69D4E2
4#72CEDA
5#7AC7D1
6#83C0C8
7#8CBAC0
8#94B3B7
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FD | BordersInactive statesPlaceholder text |
| 400 | 4FE8 #4FE8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE2 #1DE2FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C4 #03C4DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039C #039CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026F #026F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFAFE;
--sky-blue-200: #BEF7FE;
--sky-blue-300: #8BF0FD;
--sky-blue-400: #4FE8FC;
--sky-blue-500: #1DE2FC;
--sky-blue-600: #03C4DD;
--sky-blue-700: #039CB0;
--sky-blue-800: #026F7E;
--sky-blue-900: #014750;
--sky-blue-950: #012C32;
}