Sky Blue
#95EFF4
CyanColor Codes
All color formats for development
HEX
#95EFF4RGB
rgb(149, 239, 244)HSL
hsl(183, 81%, 77%)OKLCH
oklch(0.897 0.087 200.3)CMYK
cmyk(39%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71EAF0
2#4EE4EC
3#2ADFE9
4#16CCD5
5#13AAB2
6#0F888E
7#0B666B
8#074447
9#042224
Tints
Lighter variations
1#9FF1F5
2#AAF2F6
3#B5F4F7
4#BFF5F8
5#CAF7F9
6#D5F9FB
7#DFFAFC
8#EAFCFD
9#F4FDFE
Tones
Muted variations
1#9AEBEF
2#9EE7EA
3#A3E2E6
4#A8DEE1
5#ADDADC
6#B1D5D7
7#B6D1D3
8#BBCDCE
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE7 #5DE7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE0 #2FE0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C2 #15C2CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119A #119AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6E #0C6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #08474A | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFFAFC;
--sky-blue-200: #C3F6F9;
--sky-blue-300: #95EFF4;
--sky-blue-400: #5DE7EE;
--sky-blue-500: #2FE0E9;
--sky-blue-600: #15C2CB;
--sky-blue-700: #119AA2;
--sky-blue-800: #0C6E73;
--sky-blue-900: #08474A;
--sky-blue-950: #052C2E;
}