Sky Blue
#8BBBFE
BlueColor Codes
All color formats for development
HEX
#8BBBFERGB
rgb(139, 187, 254)HSL
hsl(215, 98%, 77%)OKLCH
oklch(0.784 0.109 256.8)CMYK
cmyk(45%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64A4FD
2#3D8DFD
3#1676FD
4#0263E9
5#0252C2
6#02429C
7#013175
8#01214E
9#001027
Tints
Lighter variations
1#96C2FE
2#A2C8FE
3#AECFFE
4#B9D6FE
5#C5DDFE
6#D1E4FF
7#DCEBFF
8#E8F1FF
9#F3F8FF
Tones
Muted variations
1#91BCF8
2#96BDF2
3#9CBEED
4#A2BFE7
5#A8C0E1
6#ADC1DB
7#B3C1D6
8#B9C2D0
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD8 #BDD8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBB #8BBBFE | BordersInactive statesPlaceholder text |
| 400 | 4E97 #4E97FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C7A #1C7AFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 025E #025EDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 024B #024BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0135 #01357E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0122 #012251 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F6FF;
--sky-blue-100: #DCEAFF;
--sky-blue-200: #BDD8FE;
--sky-blue-300: #8BBBFE;
--sky-blue-400: #4E97FD;
--sky-blue-500: #1C7AFD;
--sky-blue-600: #025EDE;
--sky-blue-700: #024BB1;
--sky-blue-800: #01357E;
--sky-blue-900: #012251;
--sky-blue-950: #011532;
}