Sky Blue
#8ABEFF
BlueColor Codes
All color formats for development
HEX
#8ABEFFRGB
rgb(138, 190, 255)HSL
hsl(213, 100%, 77%)OKLCH
oklch(0.79 0.108 254.4)CMYK
cmyk(46%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62A9FF
2#3B93FF
3#147EFF
4#006AEC
5#0058C4
6#00479D
7#003576
8#00234F
9#001227
Tints
Lighter variations
1#95C5FF
2#A1CBFF
3#ADD2FF
4#B9D8FF
5#C4DFFF
6#D0E5FF
7#DCECFF
8#E8F2FF
9#F3F9FF
Tones
Muted variations
1#90BFF9
2#95C0F3
3#9BC0ED
4#A1C1E8
5#A7C1E2
6#ADC2DC
7#B3C3D6
8#B9C3D0
9#BEC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEB #DBEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDB #BDDBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABE #8ABEFF | BordersInactive statesPlaceholder text |
| 400 | 4D9D #4D9DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A81 #1A81FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0065 #0065E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0050 #0050B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0039 #003980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0025 #002552 | Primary textHigh emphasis contentDark headings |
| 950 | 0017 #001733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FF;
--sky-blue-100: #DBEBFF;
--sky-blue-200: #BDDBFF;
--sky-blue-300: #8ABEFF;
--sky-blue-400: #4D9DFF;
--sky-blue-500: #1A81FF;
--sky-blue-600: #0065E0;
--sky-blue-700: #0050B3;
--sky-blue-800: #003980;
--sky-blue-900: #002552;
--sky-blue-950: #001733;
}