Sky Blue
#4FD7FC
CyanColor Codes
All color formats for development
HEX
#4FD7FCRGB
rgb(79, 215, 252)HSL
hsl(193, 97%, 65%)OKLCH
oklch(0.82 0.126 219.6)CMYK
cmyk(69%, 15%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCFFC
2#0EC8FB
3#03B4E5
4#039AC4
5#0280A3
6#026783
7#014D62
8#013341
9#001A21
Tints
Lighter variations
1#61DBFD
2#72DFFD
3#84E3FD
4#96E7FD
5#A7EBFE
6#B9EFFE
7#CAF3FE
8#DCF7FE
9#EDFBFF
Tones
Muted variations
1#58D2F4
2#60CDEB
3#69C8E2
4#72C3DA
5#7ABED1
6#83B9C8
7#8CB4C0
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 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF0 #BEF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FD | BordersInactive statesPlaceholder text |
| 400 | 4FD7 #4FD7FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DCB #1DCBFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03AE #03AEDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 038A #038AB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0263 #02637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F50 | 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: #DCF7FE;
--sky-blue-200: #BEF0FE;
--sky-blue-300: #8BE5FD;
--sky-blue-400: #4FD7FC;
--sky-blue-500: #1DCBFC;
--sky-blue-600: #03AEDD;
--sky-blue-700: #038AB0;
--sky-blue-800: #02637E;
--sky-blue-900: #013F50;
--sky-blue-950: #012832;
}