Sky Blue
#91CFF8
BlueColor Codes
All color formats for development
HEX
#91CFF8RGB
rgb(145, 207, 248)HSL
hsl(204, 88%, 77%)OKLCH
oklch(0.827 0.086 238.1)CMYK
cmyk(42%, 17%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CBEF6
2#47AEF3
3#229EF1
4#0E8BDD
5#0C73B9
6#095C94
7#07456F
8#052E4A
9#021725
Tints
Lighter variations
1#9CD4F9
2#A7D8F9
3#B2DDFA
4#BDE2FB
5#C8E7FB
6#D3ECFC
7#DEF1FD
8#E9F5FE
9#F4FAFE
Tones
Muted variations
1#96CEF3
2#9BCDEE
3#A0CCE8
4#A5CBE3
5#ABCADE
6#B0C8D9
7#B5C7D4
8#BAC6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E4 #C1E4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CF #91CFF8 | BordersInactive statesPlaceholder text |
| 400 | 57B5 #57B5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27A0 #27A0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D84 #0D84D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B69 #0B69A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084B #084B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0530 #05304D | Primary textHigh emphasis contentDark headings |
| 950 | 031E #031E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DDF0FD;
--sky-blue-200: #C1E4FB;
--sky-blue-300: #91CFF8;
--sky-blue-400: #57B5F4;
--sky-blue-500: #27A0F1;
--sky-blue-600: #0D84D3;
--sky-blue-700: #0B69A8;
--sky-blue-800: #084B78;
--sky-blue-900: #05304D;
--sky-blue-950: #031E30;
}