Sky Blue
#8CBBFD
BlueColor Codes
All color formats for development
HEX
#8CBBFDRGB
rgb(140, 187, 253)HSL
hsl(215, 97%, 77%)OKLCH
oklch(0.784 0.107 256.9)CMYK
cmyk(45%, 26%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65A4FD
2#3E8DFC
3#1776FB
4#0463E8
5#0352C1
6#02429B
7#023174
8#01214D
9#011027
Tints
Lighter variations
1#97C2FD
2#A3C8FE
3#AECFFE
4#BAD6FE
5#C5DDFE
6#D1E4FE
7#DCEBFE
8#E8F1FF
9#F3F8FF
Tones
Muted variations
1#91BCF8
2#97BDF2
3#9DBEEC
4#A2BFE6
5#A8C0E1
6#AEC1DB
7#B3C2D5
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 #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED8 #BED8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBB #8BBBFD | BordersInactive statesPlaceholder text |
| 400 | 4F97 #4F97FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D7A #1D7AFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 035E #035EDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 034B #034BB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0235 #02357E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0122 #012250 | 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: #DCEAFE;
--sky-blue-200: #BED8FE;
--sky-blue-300: #8BBBFD;
--sky-blue-400: #4F97FC;
--sky-blue-500: #1D7AFC;
--sky-blue-600: #035EDD;
--sky-blue-700: #034BB0;
--sky-blue-800: #02357E;
--sky-blue-900: #012250;
--sky-blue-950: #011532;
}