Sky Blue
#91CBF8
BlueColor Codes
All color formats for development
HEX
#91CBF8RGB
rgb(145, 203, 248)HSL
hsl(206, 88%, 77%)OKLCH
oklch(0.819 0.087 242.4)CMYK
cmyk(42%, 18%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CBAF6
2#47A9F3
3#2297F1
4#0E84DD
5#0C6EB9
6#095894
7#07426F
8#052C4A
9#021625
Tints
Lighter variations
1#9CD0F9
2#A7D6F9
3#B2DBFA
4#BDE0FB
5#C8E5FB
6#D3EAFC
7#DEEFFD
8#E9F5FE
9#F4FAFE
Tones
Muted variations
1#96CBF3
2#9BCAEE
3#A0C9E8
4#A5C8E3
5#ABC8DE
6#B0C7D9
7#B5C6D4
8#BAC6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E2 #C1E2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CB #91CBF8 | BordersInactive statesPlaceholder text |
| 400 | 57B0 #57B0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 279A #279AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7D #0D7DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B64 #0B64A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0847 #084778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052E #052E4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DDEFFD;
--sky-blue-200: #C1E2FB;
--sky-blue-300: #91CBF8;
--sky-blue-400: #57B0F4;
--sky-blue-500: #279AF1;
--sky-blue-600: #0D7DD3;
--sky-blue-700: #0B64A8;
--sky-blue-800: #084778;
--sky-blue-900: #052E4D;
--sky-blue-950: #031C30;
}