Sky Blue
#8DA0FB
BlueColor Codes
All color formats for development
HEX
#8DA0FBRGB
rgb(141, 160, 251)HSL
hsl(230, 93%, 77%)OKLCH
oklch(0.729 0.134 273.7)CMYK
cmyk(44%, 36%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6880FA
2#4260F8
3#1C41F7
4#082DE3
5#0725BD
6#051E98
7#041672
8#030F4C
9#010726
Tints
Lighter variations
1#99A9FB
2#A4B3FC
3#B0BCFC
4#BBC6FD
5#C6CFFD
6#D2D9FD
7#DDE2FE
8#E8ECFE
9#F4F5FF
Tones
Muted variations
1#93A4F5
2#99A7F0
3#9EABEB
4#A4AFE5
5#A9B2E0
6#AFB6DA
7#B4B9D5
8#B9BDCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA0 #8EA0FB | BordersInactive statesPlaceholder text |
| 400 | 536E #536EF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2245 #2245F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 082B #082BD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0622 #0622AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0418 #04187B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0310 #03104F | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE2FE;
--sky-blue-200: #BFC9FD;
--sky-blue-300: #8EA0FB;
--sky-blue-400: #536EF9;
--sky-blue-500: #2245F7;
--sky-blue-600: #082BD9;
--sky-blue-700: #0622AC;
--sky-blue-800: #04187B;
--sky-blue-900: #03104F;
--sky-blue-950: #020A31;
}