Sky Blue
#8DB2FC
BlueColor Codes
All color formats for development
HEX
#8DB2FCRGB
rgb(141, 178, 252)HSL
hsl(220, 95%, 77%)OKLCH
oklch(0.766 0.114 263.6)CMYK
cmyk(44%, 29%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6698FB
2#407EFA
3#1A64F9
4#0651E6
5#0543BF
6#043699
7#032873
8#021B4D
9#010D26
Tints
Lighter variations
1#98B9FC
2#A4C1FD
3#AFC9FD
4#BAD1FD
5#C6D8FE
6#D1E0FE
7#DDE8FE
8#E8F0FE
9#F4F7FF
Tones
Muted variations
1#92B4F6
2#98B5F1
3#9DB7EB
4#A3B9E6
5#A8BBE0
6#AEBDDB
7#B4BFD5
8#B9C1CF
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 | BED3 #BED3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB2 #8DB2FC | BordersInactive statesPlaceholder text |
| 400 | 5189 #5189FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F68 #1F68F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 064D #064DDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043D #043DAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032C #032C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021C #021C50 | 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: #BED3FD;
--sky-blue-300: #8DB2FC;
--sky-blue-400: #5189FB;
--sky-blue-500: #1F68F9;
--sky-blue-600: #064DDB;
--sky-blue-700: #043DAE;
--sky-blue-800: #032C7C;
--sky-blue-900: #021C50;
--sky-blue-950: #011132;
}