Sky Blue
#8EADFA
BlueColor Codes
All color formats for development
HEX
#8EADFARGB
rgb(142, 173, 250)HSL
hsl(223, 92%, 77%)OKLCH
oklch(0.755 0.117 266.9)CMYK
cmyk(43%, 31%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6992F9
2#4376F7
3#1D5BF6
4#0947E2
5#083BBC
6#062F97
7#052371
8#03184B
9#020C26
Tints
Lighter variations
1#9AB5FB
2#A5BDFB
3#B0C6FC
4#BBCEFC
5#C7D6FD
6#D2DEFD
7#DDE6FE
8#E8EFFE
9#F4F7FF
Tones
Muted variations
1#94AFF5
2#99B2F0
3#9FB4EA
4#A4B6E5
5#A9B9DF
6#AFBBDA
7#B4BDD5
8#BAC0CF
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 | BFD1 #BFD1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAD #8EADFA | BordersInactive statesPlaceholder text |
| 400 | 5482 #5482F8 | Disabled statesSecondary iconsMuted text |
| 500 | 235F #235FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0943 #0943D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0736 #0736AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0526 #05267A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0319 #03194E | 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: #BFD1FC;
--sky-blue-300: #8EADFA;
--sky-blue-400: #5482F8;
--sky-blue-500: #235FF6;
--sky-blue-600: #0943D7;
--sky-blue-700: #0736AB;
--sky-blue-800: #05267A;
--sky-blue-900: #03194E;
--sky-blue-950: #020F31;
}