Sky Blue
#96E6F3
CyanColor Codes
All color formats for development
HEX
#96E6F3RGB
rgb(150, 230, 243)HSL
hsl(188, 79%, 77%)OKLCH
oklch(0.878 0.08 208.7)CMYK
cmyk(38%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73DEEF
2#50D6EA
3#2DCEE6
4#19BAD3
5#159BB0
6#107C8D
7#0C5D69
8#083E46
9#041F23
Tints
Lighter variations
1#A1E9F4
2#ABEBF5
3#B6EEF6
4#C0F0F8
5#CBF3F9
6#D5F5FA
7#E0F8FB
8#EAFAFD
9#F5FDFE
Tones
Muted variations
1#9BE3EE
2#9FE0E9
3#A4DCE5
4#A9D9E0
5#ADD5DC
6#B2D2D7
7#B6CFD2
8#BBCBCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E6 #96E6F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD9 #5FD9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32CF #32CFE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B1 #18B1C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138D #138DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D65 #0D6572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C4F1F8;
--sky-blue-300: #96E6F3;
--sky-blue-400: #5FD9EC;
--sky-blue-500: #32CFE7;
--sky-blue-600: #18B1C9;
--sky-blue-700: #138DA0;
--sky-blue-800: #0D6572;
--sky-blue-900: #094049;
--sky-blue-950: #05282E;
}