Sky Blue
#94E3F4
CyanColor Codes
All color formats for development
HEX
#94E3F4RGB
rgb(148, 227, 244)HSL
hsl(191, 81%, 77%)OKLCH
oklch(0.871 0.081 212.7)CMYK
cmyk(39%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71D9F0
2#4ECFEC
3#2AC6E9
4#16B2D5
5#1395B2
6#0F778E
7#0B596B
8#073B47
9#041E24
Tints
Lighter variations
1#9FE5F5
2#AAE8F6
3#B5EBF7
4#BFEEF8
5#CAF1F9
6#D5F4FB
7#DFF6FC
8#EAF9FD
9#F4FCFE
Tones
Muted variations
1#9ADFEF
2#9EDCEA
3#A3D9E6
4#A8D6E1
5#ADD3DC
6#B1D0D7
7#B6CDD3
8#BBCACE
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EF #C3EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD4 #5DD4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC7 #2FC7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AA #15AACB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1187 #1187A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C60 #0C6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083E #083E4A | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DFF6FC;
--sky-blue-200: #C3EFF9;
--sky-blue-300: #95E2F4;
--sky-blue-400: #5DD4EE;
--sky-blue-500: #2FC7E9;
--sky-blue-600: #15AACB;
--sky-blue-700: #1187A2;
--sky-blue-800: #0C6073;
--sky-blue-900: #083E4A;
--sky-blue-950: #05272E;
}