Sky Blue
#96DFF3
CyanColor Codes
All color formats for development
HEX
#96DFF3RGB
rgb(150, 223, 243)HSL
hsl(193, 79%, 77%)OKLCH
oklch(0.863 0.077 216.9)CMYK
cmyk(38%, 8%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73D4EF
2#50C9EA
3#2DBEE6
4#19ABD3
5#158EB0
6#10728D
7#0C5569
8#083946
9#041C23
Tints
Lighter variations
1#A1E2F4
2#ABE5F5
3#B6E8F6
4#C0ECF8
5#CBEFF9
6#D5F2FA
7#E0F5FB
8#EAF9FD
9#F5FCFE
Tones
Muted variations
1#9BDCEE
2#9FD9E9
3#A4D7E5
4#A9D4E0
5#ADD1DC
6#B2CFD7
7#B6CCD2
8#BBCACE
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96DF #96DFF3 | BordersInactive statesPlaceholder text |
| 400 | 5FCE #5FCEEC | Disabled statesSecondary iconsMuted text |
| 500 | 32C0 #32C0E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A2 #18A2C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1381 #1381A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5C #0D5C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF5FB;
--sky-blue-200: #C4EDF8;
--sky-blue-300: #96DFF3;
--sky-blue-400: #5FCEEC;
--sky-blue-500: #32C0E7;
--sky-blue-600: #18A2C9;
--sky-blue-700: #1381A0;
--sky-blue-800: #0D5C72;
--sky-blue-900: #093B49;
--sky-blue-950: #05252E;
}