Sky Blue
#8DB0FC
BlueColor Codes
All color formats for development
HEX
#8DB0FCRGB
rgb(141, 176, 252)HSL
hsl(221, 95%, 77%)OKLCH
oklch(0.761 0.116 264.9)CMYK
cmyk(44%, 30%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6695FB
2#407BFA
3#1A60F9
4#064DE6
5#0540BF
6#043399
7#032673
8#021A4D
9#010D26
Tints
Lighter variations
1#98B8FC
2#A4C0FD
3#AFC8FD
4#BAD0FD
5#C6D7FE
6#D1DFFE
7#DDE7FE
8#E8EFFE
9#F4F7FF
Tones
Muted variations
1#92B2F6
2#98B4F1
3#9DB6EB
4#A3B8E6
5#A8BAE0
6#AEBCDB
7#B4BED5
8#B9C0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED2 #BED2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB0 #8DB0FC | BordersInactive statesPlaceholder text |
| 400 | 5187 #5187FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F64 #1F64F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0649 #0649DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043A #043AAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032A #032A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021B #021B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0111 #011132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FF;
--sky-blue-100: #DCE7FE;
--sky-blue-200: #BED2FD;
--sky-blue-300: #8DB0FC;
--sky-blue-400: #5187FB;
--sky-blue-500: #1F64F9;
--sky-blue-600: #0649DB;
--sky-blue-700: #043AAE;
--sky-blue-800: #032A7C;
--sky-blue-900: #021B50;
--sky-blue-950: #011132;
}