Sky Blue
#8DA7FB
BlueColor Codes
All color formats for development
HEX
#8DA7FBRGB
rgb(141, 167, 251)HSL
hsl(226, 93%, 77%)OKLCH
oklch(0.743 0.125 270.1)CMYK
cmyk(44%, 33%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688AFA
2#426DF8
3#1C4FF7
4#083BE3
5#0731BD
6#052898
7#041E72
8#03144C
9#010A26
Tints
Lighter variations
1#99B0FB
2#A4B9FC
3#B0C2FC
4#BBCAFD
5#C6D3FD
6#D2DCFD
7#DDE5FE
8#E8EDFE
9#F4F6FF
Tones
Muted variations
1#93AAF5
2#99ADF0
3#9EB0EB
4#A4B3E5
5#A9B6E0
6#AFB9DA
7#B4BCD5
8#B9BFCF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA7 #8EA7FB | BordersInactive statesPlaceholder text |
| 400 | 5379 #5379F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2253 #2253F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0839 #0839D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 062D #062DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0420 #04207B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0315 #03154F | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FE;
--sky-blue-100: #DDE4FE;
--sky-blue-200: #BFCDFD;
--sky-blue-300: #8EA7FB;
--sky-blue-400: #5379F9;
--sky-blue-500: #2253F7;
--sky-blue-600: #0839D9;
--sky-blue-700: #062DAC;
--sky-blue-800: #04207B;
--sky-blue-900: #03154F;
--sky-blue-950: #020D31;
}