Sky Blue
#8DC3FB
BlueColor Codes
All color formats for development
HEX
#8DC3FBRGB
rgb(141, 195, 251)HSL
hsl(211, 93%, 77%)OKLCH
oklch(0.801 0.098 250)CMYK
cmyk(44%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68AEFA
2#429AF8
3#1C86F7
4#0872E3
5#075FBD
6#054C98
7#043972
8#03264C
9#011326
Tints
Lighter variations
1#99C9FB
2#A4CFFC
3#B0D5FC
4#BBDBFD
5#C6E1FD
6#D2E7FD
7#DDEDFE
8#E8F3FE
9#F4F9FF
Tones
Muted variations
1#93C3F5
2#99C3F0
3#9EC3EB
4#A4C3E5
5#A9C3E0
6#AFC4DA
7#B4C4D5
8#B9C4CF
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 #BFDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC3 #8EC3FB | BordersInactive statesPlaceholder text |
| 400 | 53A3 #53A3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2289 #2289F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 086D #086DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0656 #0656AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043E #043E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0328 #03284F | 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: #BFDDFD;
--sky-blue-300: #8EC3FB;
--sky-blue-400: #53A3F9;
--sky-blue-500: #2289F7;
--sky-blue-600: #086DD9;
--sky-blue-700: #0656AC;
--sky-blue-800: #043E7B;
--sky-blue-900: #03284F;
--sky-blue-950: #021931;
}