Sky Blue
#4FC5FC
BlueColor Codes
All color formats for development
HEX
#4FC5FCRGB
rgb(79, 197, 252)HSL
hsl(199, 97%, 65%)OKLCH
oklch(0.779 0.13 232.2)CMYK
cmyk(69%, 22%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FBBFC
2#0EB0FB
3#039DE5
4#0387C4
5#0270A3
6#025A83
7#014362
8#012D41
9#001621
Tints
Lighter variations
1#61CBFD
2#72D1FD
3#84D7FD
4#96DCFD
5#A7E2FE
6#B9E8FE
7#CAEEFE
8#DCF3FE
9#EDF9FF
Tones
Muted variations
1#58C2F4
2#60BFEB
3#69BCE2
4#72B9DA
5#7AB6D1
6#83B2C8
7#8CAFC0
8#94ACB7
9#9DA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEA #BEEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FD | BordersInactive statesPlaceholder text |
| 400 | 4FC5 #4FC5FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB5 #1DB5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0398 #0398DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0379 #0379B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0256 #02567E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013750 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF3FE;
--sky-blue-200: #BEEAFE;
--sky-blue-300: #8BD9FD;
--sky-blue-400: #4FC5FC;
--sky-blue-500: #1DB5FC;
--sky-blue-600: #0398DD;
--sky-blue-700: #0379B0;
--sky-blue-800: #02567E;
--sky-blue-900: #013750;
--sky-blue-950: #012332;
}