Sky Blue
#4FDFFC
CyanColor Codes
All color formats for development
HEX
#4FDFFCRGB
rgb(79, 223, 252)HSL
hsl(190, 97%, 65%)OKLCH
oklch(0.839 0.126 213.9)CMYK
cmyk(69%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FDAFC
2#0ED4FB
3#03BFE5
4#03A4C4
5#0288A3
6#026D83
7#015262
8#013741
9#001B21
Tints
Lighter variations
1#61E3FD
2#72E6FD
3#84E9FD
4#96ECFD
5#A7EFFE
6#B9F2FE
7#CAF6FE
8#DCF9FE
9#EDFCFF
Tones
Muted variations
1#58DAF4
2#60D4EB
3#69CEE2
4#72C8DA
5#7AC3D1
6#83BDC8
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 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEA #8BEAFD | BordersInactive statesPlaceholder text |
| 400 | 4FDF #4FDFFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DD6 #1DD6FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B9 #03B9DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0393 #0393B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0269 #02697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014350 | 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: #DCF9FE;
--sky-blue-200: #BEF3FE;
--sky-blue-300: #8BEAFD;
--sky-blue-400: #4FDFFC;
--sky-blue-500: #1DD6FC;
--sky-blue-600: #03B9DD;
--sky-blue-700: #0393B0;
--sky-blue-800: #02697E;
--sky-blue-900: #014350;
--sky-blue-950: #012A32;
}