Sky Blue
#4FEBFC
CyanColor Codes
All color formats for development
HEX
#4FEBFCRGB
rgb(79, 235, 252)HSL
hsl(186, 97%, 65%)OKLCH
oklch(0.866 0.129 205.6)CMYK
cmyk(69%, 7%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FE7FC
2#0EE4FB
3#03CEE5
4#03B1C4
5#0293A3
6#027683
7#015862
8#013B41
9#001D21
Tints
Lighter variations
1#61EDFD
2#72EFFD
3#84F1FD
4#96F3FD
5#A7F5FE
6#B9F7FE
7#CAF9FE
8#DCFBFE
9#EDFDFF
Tones
Muted variations
1#58E4F4
2#60DDEB
3#69D6E2
4#72CFDA
5#7AC8D1
6#83C1C8
7#8CBBC0
8#94B4B7
9#9DADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FD | BordersInactive statesPlaceholder text |
| 400 | 4FEB #4FEBFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE5 #1DE5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C7 #03C7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039F #039FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0271 #02717E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0148 #014850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFBFE;
--sky-blue-200: #BEF8FE;
--sky-blue-300: #8BF2FD;
--sky-blue-400: #4FEBFC;
--sky-blue-500: #1DE5FC;
--sky-blue-600: #03C7DD;
--sky-blue-700: #039FB0;
--sky-blue-800: #02717E;
--sky-blue-900: #014850;
--sky-blue-950: #012D32;
}