Sky Blue
#94EBF4
CyanColor Codes
All color formats for development
HEX
#94EBF4RGB
rgb(148, 235, 244)HSL
hsl(186, 81%, 77%)OKLCH
oklch(0.888 0.085 204.1)CMYK
cmyk(39%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71E3F0
2#4EDDEC
3#2AD6E9
4#16C2D5
5#13A2B2
6#0F818E
7#0B616B
8#074147
9#042024
Tints
Lighter variations
1#9FECF5
2#AAEEF6
3#B5F1F7
4#BFF3F8
5#CAF5F9
6#D5F7FB
7#DFF9FC
8#EAFBFD
9#F4FDFE
Tones
Muted variations
1#9AE7EF
2#9EE3EA
3#A3DFE6
4#A8DBE1
5#ADD7DC
6#B1D4D7
7#B6D0D3
8#BBCCCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE0 #5DE0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD7 #2FD7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B9 #15B9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1193 #1193A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C69 #0C6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #08434A | 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: #F1FCFE;
--sky-blue-100: #DFF9FC;
--sky-blue-200: #C3F3F9;
--sky-blue-300: #95EAF4;
--sky-blue-400: #5DE0EE;
--sky-blue-500: #2FD7E9;
--sky-blue-600: #15B9CB;
--sky-blue-700: #1193A2;
--sky-blue-800: #0C6973;
--sky-blue-900: #08434A;
--sky-blue-950: #052A2E;
}