Sky Blue
#8DABFB
BlueColor Codes
All color formats for development
HEX
#8DABFBRGB
rgb(141, 171, 251)HSL
hsl(224, 93%, 77%)OKLCH
oklch(0.751 0.121 267.8)CMYK
cmyk(44%, 32%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688FFA
2#4273F8
3#1C56F7
4#0843E3
5#0738BD
6#052C98
7#042172
8#03164C
9#010B26
Tints
Lighter variations
1#99B3FB
2#A4BCFC
3#B0C4FC
4#BBCDFD
5#C6D5FD
6#D2DDFD
7#DDE6FE
8#E8EEFE
9#F4F7FF
Tones
Muted variations
1#93ADF5
2#99B0F0
3#9EB3EB
4#A4B5E5
5#A9B8E0
6#AFBADA
7#B4BDD5
8#B9BFCF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCF #BFCFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAB #8EABFB | BordersInactive statesPlaceholder text |
| 400 | 537F #537FF9 | Disabled statesSecondary iconsMuted text |
| 500 | 225A #225AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0840 #0840D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0633 #0633AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0424 #04247B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0317 #03174F | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE5FE;
--sky-blue-200: #BFCFFD;
--sky-blue-300: #8EABFB;
--sky-blue-400: #537FF9;
--sky-blue-500: #225AF7;
--sky-blue-600: #0840D9;
--sky-blue-700: #0633AC;
--sky-blue-800: #04247B;
--sky-blue-900: #03174F;
--sky-blue-950: #020E31;
}