Sky Blue
#8AC0FF
BlueColor Codes
All color formats for development
HEX
#8AC0FFRGB
rgb(138, 192, 255)HSL
hsl(212, 100%, 77%)OKLCH
oklch(0.794 0.107 252.9)CMYK
cmyk(46%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62ABFF
2#3B97FF
3#1482FF
4#006EEC
5#005CC4
6#00499D
7#003776
8#00254F
9#001227
Tints
Lighter variations
1#95C7FF
2#A1CDFF
3#ADD3FF
4#B9D9FF
5#C4E0FF
6#D0E6FF
7#DCECFF
8#E8F2FF
9#F3F9FF
Tones
Muted variations
1#90C1F9
2#95C1F3
3#9BC2ED
4#A1C2E8
5#A7C2E2
6#ADC3DC
7#B3C3D6
8#B9C4D0
9#BEC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEC #DBECFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDC #BDDCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AC0 #8AC0FF | BordersInactive statesPlaceholder text |
| 400 | 4DA0 #4DA0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A85 #1A85FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0069 #0069E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0053 #0053B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 003C #003C80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0026 #002652 | Primary textHigh emphasis contentDark headings |
| 950 | 0018 #001833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FF;
--sky-blue-100: #DBECFF;
--sky-blue-200: #BDDCFF;
--sky-blue-300: #8AC0FF;
--sky-blue-400: #4DA0FF;
--sky-blue-500: #1A85FF;
--sky-blue-600: #0069E0;
--sky-blue-700: #0053B3;
--sky-blue-800: #003C80;
--sky-blue-900: #002652;
--sky-blue-950: #001833;
}