Sky Blue
#94E0F5
CyanColor Codes
All color formats for development
HEX
#94E0F5RGB
rgb(148, 224, 245)HSL
hsl(193, 83%, 77%)OKLCH
oklch(0.864 0.08 217.1)CMYK
cmyk(40%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70D6F2
2#4CCBEE
3#28C1EB
4#14ADD8
5#1190B4
6#0D7390
7#0A576C
8#073A48
9#031D24
Tints
Lighter variations
1#9EE3F6
2#A9E6F7
3#B4E9F8
4#BFECF9
5#C9EFFA
6#D4F3FB
7#DFF6FC
8#EAF9FD
9#F4FCFE
Tones
Muted variations
1#99DDF0
2#9DDAEB
3#A2D8E6
4#A7D5E2
5#ACD2DD
6#B1CFD8
7#B6CDD3
8#BBCACE
9#BFC7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E0 #94E0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD0 #5CD0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC2 #2DC2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A5 #13A5CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F83 #0F83A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5E #0B5E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF6FC;
--sky-blue-200: #C2EDF9;
--sky-blue-300: #94E0F5;
--sky-blue-400: #5CD0F0;
--sky-blue-500: #2DC2EB;
--sky-blue-600: #13A5CD;
--sky-blue-700: #0F83A3;
--sky-blue-800: #0B5E75;
--sky-blue-900: #073C4B;
--sky-blue-950: #04252F;
}