Sky Blue
#8AD2FF
BlueColor Codes
All color formats for development
HEX
#8AD2FFRGB
rgb(138, 210, 255)HSL
hsl(203, 100%, 77%)OKLCH
oklch(0.833 0.096 237)CMYK
cmyk(46%, 18%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62C3FF
2#3BB4FF
3#14A5FF
4#0091EC
5#0079C4
6#00619D
7#004976
8#00304F
9#001827
Tints
Lighter variations
1#95D7FF
2#A1DBFF
3#ADE0FF
4#B9E4FF
5#C4E9FF
6#D0EDFF
7#DCF2FF
8#E8F6FF
9#F3FBFF
Tones
Muted variations
1#90D1F9
2#95CFF3
3#9BCEED
4#A1CDE8
5#A7CBE2
6#ADCADC
7#B3C8D6
8#B9C7D0
9#BEC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF1 #DBF1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE6 #BDE6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD2 #8AD2FF | BordersInactive statesPlaceholder text |
| 400 | 4DBB #4DBBFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AA7 #1AA7FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 008A #008AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 006E #006EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004F #004F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0032 #003252 | Primary textHigh emphasis contentDark headings |
| 950 | 001F #001F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DBF1FF;
--sky-blue-200: #BDE6FF;
--sky-blue-300: #8AD2FF;
--sky-blue-400: #4DBBFF;
--sky-blue-500: #1AA7FF;
--sky-blue-600: #008AE0;
--sky-blue-700: #006EB3;
--sky-blue-800: #004F80;
--sky-blue-900: #003252;
--sky-blue-950: #001F33;
}