Sky Blue
#4FF1FC
CyanColor Codes
All color formats for development
HEX
#4FF1FCRGB
rgb(79, 241, 252)HSL
hsl(184, 97%, 65%)OKLCH
oklch(0.88 0.131 201.7)CMYK
cmyk(69%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FEEFC
2#0EEBFB
3#03D6E5
4#03B7C4
5#0299A3
6#027A83
7#015C62
8#013D41
9#001F21
Tints
Lighter variations
1#61F2FD
2#72F4FD
3#84F5FD
4#96F6FD
5#A7F8FE
6#B9F9FE
7#CAFBFE
8#DCFCFE
9#EDFEFF
Tones
Muted variations
1#58E9F4
2#60E2EB
3#69DAE2
4#72D3DA
5#7ACBD1
6#83C4C8
7#8CBCC0
8#94B5B7
9#9DADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFA #BEFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FD | BordersInactive statesPlaceholder text |
| 400 | 4FF1 #4FF1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DED #1DEDFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CF #03CFDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A4 #03A4B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0275 #02757E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B50 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFF;
--sky-blue-100: #DCFCFE;
--sky-blue-200: #BEFAFE;
--sky-blue-300: #8BF6FD;
--sky-blue-400: #4FF1FC;
--sky-blue-500: #1DEDFC;
--sky-blue-600: #03CFDD;
--sky-blue-700: #03A4B0;
--sky-blue-800: #02757E;
--sky-blue-900: #014B50;
--sky-blue-950: #012F32;
}