Sky Blue
#4FC0FC
BlueColor Codes
All color formats for development
HEX
#4FC0FCRGB
rgb(79, 192, 252)HSL
hsl(201, 97%, 65%)OKLCH
oklch(0.768 0.133 235.6)CMYK
cmyk(69%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FB4FC
2#0EA8FB
3#0396E5
4#0380C4
5#026BA3
6#025683
7#014062
8#012B41
9#001521
Tints
Lighter variations
1#61C6FD
2#72CCFD
3#84D3FD
4#96D9FD
5#A7DFFE
6#B9E6FE
7#CAECFE
8#DCF2FE
9#EDF9FF
Tones
Muted variations
1#58BDF4
2#60BBEB
3#69B8E2
4#72B5DA
5#7AB3D1
6#83B0C8
7#8CAEC0
8#94ABB7
9#9DA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE7 #BEE7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD5 #8BD5FD | BordersInactive statesPlaceholder text |
| 400 | 4FC0 #4FC0FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DAE #1DAEFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0391 #0391DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0373 #0373B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0252 #02527E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0135 #013550 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF2FE;
--sky-blue-200: #BEE7FE;
--sky-blue-300: #8BD5FD;
--sky-blue-400: #4FC0FC;
--sky-blue-500: #1DAEFC;
--sky-blue-600: #0391DD;
--sky-blue-700: #0373B0;
--sky-blue-800: #02527E;
--sky-blue-900: #013550;
--sky-blue-950: #012132;
}