Sky Blue
#8DACFB
BlueColor Codes
All color formats for development
HEX
#8DACFBRGB
rgb(141, 172, 251)HSL
hsl(223, 93%, 77%)OKLCH
oklch(0.753 0.12 267.2)CMYK
cmyk(44%, 31%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6891FA
2#4276F8
3#1C5AF7
4#0846E3
5#073BBD
6#052F98
7#042372
8#03174C
9#010C26
Tints
Lighter variations
1#99B5FB
2#A4BDFC
3#B0C5FC
4#BBCEFD
5#C6D6FD
6#D2DEFD
7#DDE6FE
8#E8EFFE
9#F4F7FF
Tones
Muted variations
1#93AFF5
2#99B1F0
3#9EB4EB
4#A4B6E5
5#A9B9E0
6#AFBBDA
7#B4BDD5
8#B9C0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD0 #BFD0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAD #8EADFB | BordersInactive statesPlaceholder text |
| 400 | 5382 #5382F9 | Disabled statesSecondary iconsMuted text |
| 500 | 225E #225EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0843 #0843D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0635 #0635AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0426 #04267B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0318 #03184F | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE6FE;
--sky-blue-200: #BFD0FD;
--sky-blue-300: #8EADFB;
--sky-blue-400: #5382F9;
--sky-blue-500: #225EF7;
--sky-blue-600: #0843D9;
--sky-blue-700: #0635AC;
--sky-blue-800: #04267B;
--sky-blue-900: #03184F;
--sky-blue-950: #020F31;
}