Sky Blue
#96CFF3
BlueColor Codes
All color formats for development
HEX
#96CFF3RGB
rgb(150, 207, 243)HSL
hsl(203, 79%, 77%)OKLCH
oklch(0.828 0.078 236.7)CMYK
cmyk(38%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73BFEF
2#50AFEA
3#2D9FE6
4#198CD3
5#1574B0
6#105D8D
7#0C4669
8#082F46
9#041723
Tints
Lighter variations
1#A1D4F4
2#ABD9F5
3#B6DEF6
4#C0E2F8
5#CBE7F9
6#D5ECFA
7#E0F1FB
8#EAF5FD
9#F5FAFE
Tones
Muted variations
1#9BCEEE
2#9FCDE9
3#A4CCE5
4#A9CBE0
5#ADCADC
6#B2C9D7
7#B6C8D2
8#BBC7CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CF #96CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB6 #5FB6EC | Disabled statesSecondary iconsMuted text |
| 500 | 32A1 #32A1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1885 #1885C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136A #136AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C4E4F8;
--sky-blue-300: #96CFF3;
--sky-blue-400: #5FB6EC;
--sky-blue-500: #32A1E7;
--sky-blue-600: #1885C9;
--sky-blue-700: #136AA0;
--sky-blue-800: #0D4C72;
--sky-blue-900: #093049;
--sky-blue-950: #051E2E;
}