Sky Blue
#96EBF3
CyanColor Codes
All color formats for development
HEX
#96EBF3RGB
rgb(150, 235, 243)HSL
hsl(185, 79%, 77%)OKLCH
oklch(0.889 0.083 203.4)CMYK
cmyk(38%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73E4EF
2#50DEEA
3#2DD7E6
4#19C3D3
5#15A3B0
6#10828D
7#0C6269
8#084146
9#042123
Tints
Lighter variations
1#A1EDF4
2#ABEFF5
3#B6F1F6
4#C0F3F8
5#CBF5F9
6#D5F7FA
7#E0F9FB
8#EAFBFD
9#F5FDFE
Tones
Muted variations
1#9BE7EE
2#9FE3E9
3#A4DFE5
4#A9DCE0
5#ADD8DC
6#B2D4D7
7#B6D0D2
8#BBCCCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96EB #96EBF3 | BordersInactive statesPlaceholder text |
| 400 | 5FE1 #5FE1EC | Disabled statesSecondary iconsMuted text |
| 500 | 32D8 #32D8E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18BA #18BAC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1394 #1394A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6A #0D6A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094449 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF9FB;
--sky-blue-200: #C4F4F8;
--sky-blue-300: #96EBF3;
--sky-blue-400: #5FE1EC;
--sky-blue-500: #32D8E7;
--sky-blue-600: #18BAC9;
--sky-blue-700: #1394A0;
--sky-blue-800: #0D6A72;
--sky-blue-900: #094449;
--sky-blue-950: #052A2E;
}