Sky Blue
#96F3F3
CyanColor Codes
All color formats for development
HEX
#96F3F3RGB
rgb(150, 243, 243)HSL
hsl(180, 79%, 77%)OKLCH
oklch(0.906 0.089 195.7)CMYK
cmyk(38%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFEF
2#50EAEA
3#2DE6E6
4#19D3D3
5#15B0B0
6#108D8D
7#0C6969
8#084646
9#042323
Tints
Lighter variations
1#A1F4F4
2#ABF5F5
3#B6F6F6
4#C0F8F8
5#CBF9F9
6#D5FAFA
7#E0FBFB
8#EAFDFD
9#F5FEFE
Tones
Muted variations
1#9BEEEE
2#9FE9E9
3#A4E5E5
4#A9E0E0
5#ADDCDC
6#B2D7D7
7#B6D2D2
8#BBCECE
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECEC | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A0A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFB;
--sky-blue-200: #C4F8F8;
--sky-blue-300: #96F3F3;
--sky-blue-400: #5FECEC;
--sky-blue-500: #32E7E7;
--sky-blue-600: #18C9C9;
--sky-blue-700: #13A0A0;
--sky-blue-800: #0D7272;
--sky-blue-900: #094949;
--sky-blue-950: #052E2E;
}