Sky Blue
#8EAFFB
BlueColor Codes
All color formats for development
HEX
#8EAFFBRGB
rgb(142, 175, 251)HSL
hsl(222, 93%, 77%)OKLCH
oklch(0.76 0.116 265.8)CMYK
cmyk(43%, 30%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6894FA
2#4279F8
3#1C5EF7
4#084AE3
5#073EBD
6#053198
7#042572
8#03194C
9#010C26
Tints
Lighter variations
1#99B7FB
2#A4BFFC
3#B0C7FC
4#BBCFFD
5#C6D7FD
6#D2DFFD
7#DDE7FE
8#E8EFFE
9#F4F7FF
Tones
Muted variations
1#93B1F5
2#99B3F0
3#9EB5EB
4#A4B7E5
5#A9B9E0
6#AFBCDA
7#B4BED5
8#B9C0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFB | BordersInactive statesPlaceholder text |
| 400 | 5385 #5385F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2262 #2262F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0846 #0846D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0638 #0638AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0428 #04287B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE7FE;
--sky-blue-200: #BFD2FD;
--sky-blue-300: #8EAFFB;
--sky-blue-400: #5385F9;
--sky-blue-500: #2262F7;
--sky-blue-600: #0846D9;
--sky-blue-700: #0638AC;
--sky-blue-800: #04287B;
--sky-blue-900: #031A4F;
--sky-blue-950: #021031;
}