Sky Blue
#9898F1
BlueColor Codes
All color formats for development
HEX
#9898F1RGB
rgb(152, 152, 241)HSL
hsl(240, 76%, 77%)OKLCH
oklch(0.716 0.128 282.7)CMYK
cmyk(37%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7575EC
2#5353E7
3#3030E3
4#1C1CCF
5#1818AD
6#13138A
7#0E0E68
8#090945
9#050523
Tints
Lighter variations
1#A2A2F2
2#ACACF4
3#B7B7F5
4#C1C1F7
5#CBCBF8
6#D6D6F9
7#E0E0FB
8#EAEAFC
9#F5F5FE
Tones
Muted variations
1#9C9CEC
2#A1A1E8
3#A5A5E4
4#AAAADF
5#AEAEDB
6#B3B3D6
7#B7B7D2
8#BBBBCD
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9898 #9898F1 | BordersInactive statesPlaceholder text |
| 400 | 6262 #6262EA | Disabled statesSecondary iconsMuted text |
| 500 | 3535 #3535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B1B #1B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1515 #15159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0F #0F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F2FD;
--sky-blue-100: #E0E0FB;
--sky-blue-200: #C5C5F7;
--sky-blue-300: #9898F1;
--sky-blue-400: #6262EA;
--sky-blue-500: #3535E3;
--sky-blue-600: #1B1BC5;
--sky-blue-700: #15159D;
--sky-blue-800: #0F0F70;
--sky-blue-900: #0A0A48;
--sky-blue-950: #06062D;
}