Sky Blue
#8FC3FA
BlueColor Codes
All color formats for development
HEX
#8FC3FARGB
rgb(143, 195, 250)HSL
hsl(211, 91%, 77%)OKLCH
oklch(0.801 0.096 250.5)CMYK
cmyk(43%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69AEF8
2#449AF6
3#1E86F4
4#0B72E1
5#095FBC
6#074C96
7#053971
8#04264B
9#021326
Tints
Lighter variations
1#9AC9FA
2#A5CFFB
3#B1D5FB
4#BCDBFC
5#C7E1FC
6#D2E7FD
7#DDEDFD
8#E9F3FE
9#F4F9FE
Tones
Muted variations
1#94C3F4
2#9AC3EF
3#9FC3EA
4#A4C3E4
5#AAC3DF
6#AFC4DA
7#B4C4D4
8#BAC4CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DD #C0DDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC3 #8FC3FA | BordersInactive statesPlaceholder text |
| 400 | 55A3 #55A3F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2489 #2489F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A6D #0A6DD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0857 #0857AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063E #063E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0428 #04284E | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FE;
--sky-blue-100: #DDEDFD;
--sky-blue-200: #C0DDFC;
--sky-blue-300: #8FC3FA;
--sky-blue-400: #55A3F7;
--sky-blue-500: #2489F5;
--sky-blue-600: #0A6DD6;
--sky-blue-700: #0857AA;
--sky-blue-800: #063E7A;
--sky-blue-900: #04284E;
--sky-blue-950: #021931;
}