Sky Blue
#9899F1
BlueColor Codes
All color formats for development
HEX
#9899F1RGB
rgb(152, 153, 241)HSL
hsl(239, 76%, 77%)OKLCH
oklch(0.718 0.127 282.2)CMYK
cmyk(37%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7577EC
2#5355E7
3#3033E3
4#1C1FCF
5#181AAD
6#13158A
7#0E1068
8#090A45
9#050523
Tints
Lighter variations
1#A2A3F2
2#ACAEF4
3#B7B8F5
4#C1C2F7
5#CBCCF8
6#D6D6F9
7#E0E0FB
8#EAEBFC
9#F5F5FE
Tones
Muted variations
1#9C9EEC
2#A1A2E8
3#A5A6E4
4#AAAADF
5#AEAFDB
6#B3B3D6
7#B7B7D2
8#BBBCCD
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 | 9899 #9899F1 | BordersInactive statesPlaceholder text |
| 400 | 6264 #6264EA | Disabled statesSecondary iconsMuted text |
| 500 | 3538 #3538E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B1E #1B1EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1518 #15189D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F11 #0F1170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0B #0A0B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | 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: #9899F1;
--sky-blue-400: #6264EA;
--sky-blue-500: #3538E3;
--sky-blue-600: #1B1EC5;
--sky-blue-700: #15189D;
--sky-blue-800: #0F1170;
--sky-blue-900: #0A0B48;
--sky-blue-950: #06072D;
}