Sky Blue
#8DBBFC
BlueColor Codes
All color formats for development
HEX
#8DBBFCRGB
rgb(141, 187, 252)HSL
hsl(215, 95%, 77%)OKLCH
oklch(0.784 0.106 257.1)CMYK
cmyk(44%, 26%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66A4FB
2#408EFA
3#1A77F9
4#0663E6
5#0553BF
6#044299
7#033273
8#02214D
9#011126
Tints
Lighter variations
1#98C2FC
2#A4C9FD
3#AFCFFD
4#BAD6FD
5#C6DDFE
6#D1E4FE
7#DDEBFE
8#E8F1FE
9#F4F8FF
Tones
Muted variations
1#92BCF6
2#98BDF1
3#9DBEEB
4#A3BFE6
5#A8C0E0
6#AEC1DB
7#B4C2D5
8#B9C2CF
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 | BED9 #BED9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBB #8DBBFC | BordersInactive statesPlaceholder text |
| 400 | 5198 #5198FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F7A #1F7AF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 065E #065EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044B #044BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0336 #03367C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0222 #022250 | 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: #BED9FD;
--sky-blue-300: #8DBBFC;
--sky-blue-400: #5198FB;
--sky-blue-500: #1F7AF9;
--sky-blue-600: #065EDB;
--sky-blue-700: #044BAE;
--sky-blue-800: #03367C;
--sky-blue-900: #022250;
--sky-blue-950: #011532;
}