Sky Blue
#4FDDFC
CyanColor Codes
All color formats for development
HEX
#4FDDFCRGB
rgb(79, 221, 252)HSL
hsl(191, 97%, 65%)OKLCH
oklch(0.834 0.126 215.3)CMYK
cmyk(69%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FD6FC
2#0ED0FB
3#03BBE5
4#03A1C4
5#0286A3
6#026B83
7#015062
8#013641
9#001B21
Tints
Lighter variations
1#61E0FD
2#72E3FD
3#84E7FD
4#96EAFD
5#A7EEFE
6#B9F1FE
7#CAF5FE
8#DCF8FE
9#EDFCFF
Tones
Muted variations
1#58D7F4
2#60D2EB
3#69CCE2
4#72C7DA
5#7AC1D1
6#83BCC8
7#8CB6C0
8#94B1B7
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 | BEF2 #BEF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE8 #8BE8FD | BordersInactive statesPlaceholder text |
| 400 | 4FDD #4FDDFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DD3 #1DD3FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B5 #03B5DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0390 #0390B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0267 #02677E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0142 #014250 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | 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: #BEF2FE;
--sky-blue-300: #8BE8FD;
--sky-blue-400: #4FDDFC;
--sky-blue-500: #1DD3FC;
--sky-blue-600: #03B5DD;
--sky-blue-700: #0390B0;
--sky-blue-800: #02677E;
--sky-blue-900: #014250;
--sky-blue-950: #012932;
}