Sky Blue
#4FC3FC
BlueColor Codes
All color formats for development
HEX
#4FC3FCRGB
rgb(79, 195, 252)HSL
hsl(200, 97%, 65%)OKLCH
oklch(0.775 0.131 233.6)CMYK
cmyk(69%, 23%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FB7FC
2#0EACFB
3#039AE5
4#0384C4
5#026EA3
6#025883
7#014262
8#012C41
9#001621
Tints
Lighter variations
1#61C9FD
2#72CFFD
3#84D5FD
4#96DBFD
5#A7E1FE
6#B9E7FE
7#CAEDFE
8#DCF3FE
9#EDF9FF
Tones
Muted variations
1#58C0F4
2#60BDEB
3#69BAE2
4#72B7DA
5#7AB4D1
6#83B1C8
7#8CAEC0
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 | BEE9 #BEE9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD7 #8BD7FD | BordersInactive statesPlaceholder text |
| 400 | 4FC3 #4FC3FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB1 #1DB1FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0394 #0394DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0376 #0376B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0254 #02547E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0136 #013650 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | 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: #BEE9FE;
--sky-blue-300: #8BD7FD;
--sky-blue-400: #4FC3FC;
--sky-blue-500: #1DB1FC;
--sky-blue-600: #0394DD;
--sky-blue-700: #0376B0;
--sky-blue-800: #02547E;
--sky-blue-900: #013650;
--sky-blue-950: #012232;
}