Sky Blue
#91CDF8
BlueColor Codes
All color formats for development
HEX
#91CDF8RGB
rgb(145, 205, 248)HSL
hsl(205, 88%, 77%)OKLCH
oklch(0.823 0.087 240.3)CMYK
cmyk(42%, 17%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CBCF6
2#47ABF3
3#229BF1
4#0E87DD
5#0C71B9
6#095A94
7#07446F
8#052D4A
9#021725
Tints
Lighter variations
1#9CD2F9
2#A7D7F9
3#B2DCFA
4#BDE1FB
5#C8E6FB
6#D3EBFC
7#DEF0FD
8#E9F5FE
9#F4FAFE
Tones
Muted variations
1#96CCF3
2#9BCBEE
3#A0CAE8
4#A5CAE3
5#ABC9DE
6#B0C8D9
7#B5C7D4
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 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E3 #C1E3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CD #91CDF8 | BordersInactive statesPlaceholder text |
| 400 | 57B3 #57B3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 279D #279DF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D81 #0D81D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B66 #0B66A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0849 #084978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052F #052F4D | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DDF0FD;
--sky-blue-200: #C1E3FB;
--sky-blue-300: #91CDF8;
--sky-blue-400: #57B3F4;
--sky-blue-500: #279DF1;
--sky-blue-600: #0D81D3;
--sky-blue-700: #0B66A8;
--sky-blue-800: #084978;
--sky-blue-900: #052F4D;
--sky-blue-950: #031D30;
}