Sky Blue
#8EC3FA
BlueColor Codes
All color formats for development
HEX
#8EC3FARGB
rgb(142, 195, 250)HSL
hsl(211, 92%, 77%)OKLCH
oklch(0.801 0.096 250)CMYK
cmyk(43%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69AEF9
2#439AF7
3#1D86F6
4#0972E2
5#085FBC
6#064C97
7#053971
8#03264B
9#021326
Tints
Lighter variations
1#9AC9FB
2#A5CFFB
3#B0D5FC
4#BBDBFC
5#C7E1FD
6#D2E7FD
7#DDEDFE
8#E8F3FE
9#F4F9FF
Tones
Muted variations
1#94C3F5
2#99C3F0
3#9FC3EA
4#A4C3E5
5#A9C3DF
6#AFC4DA
7#B4C4D5
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 #DDEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDD #BFDDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC3 #8EC3FA | BordersInactive statesPlaceholder text |
| 400 | 54A3 #54A3F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2389 #2389F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 096D #096DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0757 #0757AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053E #053E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0328 #03284E | 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: #DDEDFE;
--sky-blue-200: #BFDDFC;
--sky-blue-300: #8EC3FA;
--sky-blue-400: #54A3F8;
--sky-blue-500: #2389F6;
--sky-blue-600: #096DD7;
--sky-blue-700: #0757AB;
--sky-blue-800: #053E7A;
--sky-blue-900: #03284E;
--sky-blue-950: #021931;
}