Sky Blue
#94EAF5
CyanColor Codes
All color formats for development
HEX
#94EAF5RGB
rgb(148, 234, 245)HSL
hsl(187, 83%, 77%)OKLCH
oklch(0.886 0.084 206.1)CMYK
cmyk(40%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70E3F2
2#4CDBEE
3#28D4EB
4#14C1D8
5#11A1B4
6#0D8190
7#0A606C
8#074048
9#032024
Tints
Lighter variations
1#9EECF6
2#A9EEF7
3#B4F0F8
4#BFF2F9
5#C9F4FA
6#D4F6FB
7#DFF9FC
8#EAFBFD
9#F4FDFE
Tones
Muted variations
1#99E6F0
2#9DE2EB
3#A2DEE6
4#A7DBE2
5#ACD7DD
6#B1D3D8
7#B6D0D3
8#BBCCCE
9#BFC8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EA #94EAF5 | BordersInactive statesPlaceholder text |
| 400 | 5CDF #5CDFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD5 #2DD5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B8 #13B8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F92 #0F92A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF9FC;
--sky-blue-200: #C2F3F9;
--sky-blue-300: #94EAF5;
--sky-blue-400: #5CDFF0;
--sky-blue-500: #2DD5EB;
--sky-blue-600: #13B8CD;
--sky-blue-700: #0F92A3;
--sky-blue-800: #0B6875;
--sky-blue-900: #07434B;
--sky-blue-950: #042A2F;
}