Sky Blue
#91ACF8
BlueColor Codes
All color formats for development
HEX
#91ACF8RGB
rgb(145, 172, 248)HSL
hsl(224, 88%, 77%)OKLCH
oklch(0.754 0.114 268.6)CMYK
cmyk(42%, 31%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C91F6
2#4775F3
3#2259F1
4#0E45DD
5#0C3AB9
6#092E94
7#07236F
8#05174A
9#020C25
Tints
Lighter variations
1#9CB5F9
2#A7BDF9
3#B2C5FA
4#BDCDFB
5#C8D6FB
6#D3DEFC
7#DEE6FD
8#E9EEFE
9#F4F7FE
Tones
Muted variations
1#96AFF3
2#9BB1EE
3#A0B3E8
4#A5B6E3
5#ABB8DE
6#B0BBD9
7#B5BDD4
8#BAC0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D0 #C1D0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AC #91ACF8 | BordersInactive statesPlaceholder text |
| 400 | 5781 #5781F4 | Disabled statesSecondary iconsMuted text |
| 500 | 275D #275DF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D42 #0D42D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B35 #0B35A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0826 #082678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0518 #05184D | Primary textHigh emphasis contentDark headings |
| 950 | 030F #030F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DDE6FD;
--sky-blue-200: #C1D0FB;
--sky-blue-300: #91ACF8;
--sky-blue-400: #5781F4;
--sky-blue-500: #275DF1;
--sky-blue-600: #0D42D3;
--sky-blue-700: #0B35A8;
--sky-blue-800: #082678;
--sky-blue-900: #05184D;
--sky-blue-950: #030F30;
}