Sky Blue
#8DB2FB
BlueColor Codes
All color formats for development
HEX
#8DB2FBRGB
rgb(141, 178, 251)HSL
hsl(220, 93%, 77%)OKLCH
oklch(0.765 0.113 263.3)CMYK
cmyk(44%, 29%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6898FA
2#427FF8
3#1C65F7
4#0851E3
5#0744BD
6#053698
7#042972
8#031B4C
9#010E26
Tints
Lighter variations
1#99BAFB
2#A4C2FC
3#B0C9FC
4#BBD1FD
5#C6D9FD
6#D2E0FD
7#DDE8FE
8#E8F0FE
9#F4F7FF
Tones
Muted variations
1#93B4F5
2#99B6F0
3#9EB8EB
4#A4B9E5
5#A9BBE0
6#AFBDDA
7#B4BFD5
8#B9C1CF
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD4 #BFD4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FB | BordersInactive statesPlaceholder text |
| 400 | 538A #538AF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2269 #2269F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 084D #084DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 063E #063EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042C #042C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE8FE;
--sky-blue-200: #BFD4FD;
--sky-blue-300: #8EB2FB;
--sky-blue-400: #538AF9;
--sky-blue-500: #2269F7;
--sky-blue-600: #084DD9;
--sky-blue-700: #063EAC;
--sky-blue-800: #042C7B;
--sky-blue-900: #031C4F;
--sky-blue-950: #021231;
}