Sky Blue
#95EDF3
CyanColor Codes
All color formats for development
HEX
#95EDF3RGB
rgb(149, 237, 243)HSL
hsl(184, 80%, 77%)OKLCH
oklch(0.893 0.085 201.3)CMYK
cmyk(39%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72E7EF
2#4FE1EB
3#2BDBE7
4#18C7D4
5#14A6B1
6#10858D
7#0C646A
8#084247
9#042123
Tints
Lighter variations
1#A0EFF4
2#ABF1F6
3#B5F2F7
4#C0F4F8
5#CAF6F9
6#D5F8FA
7#DFFAFB
8#EAFBFD
9#F4FDFE
Tones
Muted variations
1#9AE9EF
2#9FE5EA
3#A4E1E5
4#A8DDE1
5#ADD9DC
6#B2D5D7
7#B6D1D2
8#BBCCCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95ED #95EDF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE4 #5EE4ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DC #30DCE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BE #16BECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1297 #1297A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6C #0D6C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #084549 | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFAFB;
--sky-blue-200: #C3F5F8;
--sky-blue-300: #95EDF3;
--sky-blue-400: #5EE4ED;
--sky-blue-500: #30DCE8;
--sky-blue-600: #16BECA;
--sky-blue-700: #1297A1;
--sky-blue-800: #0D6C73;
--sky-blue-900: #084549;
--sky-blue-950: #052B2E;
}