Sky Blue
#4FDAFC
CyanColor Codes
All color formats for development
HEX
#4FDAFCRGB
rgb(79, 218, 252)HSL
hsl(192, 97%, 65%)OKLCH
oklch(0.827 0.126 217.4)CMYK
cmyk(69%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FD3FC
2#0ECCFB
3#03B8E5
4#039DC4
5#0283A3
6#026983
7#014F62
8#013441
9#001A21
Tints
Lighter variations
1#61DDFD
2#72E1FD
3#84E5FD
4#96E9FD
5#A7ECFE
6#B9F0FE
7#CAF4FE
8#DCF8FE
9#EDFBFF
Tones
Muted variations
1#58D4F4
2#60CFEB
3#69CAE2
4#72C5DA
5#7AC0D1
6#83BBC8
7#8CB5C0
8#94B0B7
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE6 #8BE6FD | BordersInactive statesPlaceholder text |
| 400 | 4FDA #4FDAFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DCF #1DCFFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B2 #03B2DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 038D #038DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0265 #02657E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0141 #014150 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF8FE;
--sky-blue-200: #BEF1FE;
--sky-blue-300: #8BE6FD;
--sky-blue-400: #4FDAFC;
--sky-blue-500: #1DCFFC;
--sky-blue-600: #03B2DD;
--sky-blue-700: #038DB0;
--sky-blue-800: #02657E;
--sky-blue-900: #014150;
--sky-blue-950: #012832;
}