Sky Blue
#95E4F4
CyanColor Codes
All color formats for development
HEX
#95E4F4RGB
rgb(149, 228, 244)HSL
hsl(190, 81%, 77%)OKLCH
oklch(0.873 0.08 211.8)CMYK
cmyk(39%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71DBF0
2#4ED2EC
3#2AC9E9
4#16B5D5
5#1397B2
6#0F798E
7#0B5B6B
8#073C47
9#041E24
Tints
Lighter variations
1#9FE7F5
2#AAE9F6
3#B5ECF7
4#BFEFF8
5#CAF2F9
6#D5F4FB
7#DFF7FC
8#EAFAFD
9#F4FCFE
Tones
Muted variations
1#9AE1EF
2#9EDEEA
3#A3DBE6
4#A8D7E1
5#ADD4DC
6#B1D1D7
7#B6CED3
8#BBCBCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD6 #5DD6EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FCA #2FCAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AD #15ADCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1189 #1189A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C62 #0C6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F4A | 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: #DFF7FC;
--sky-blue-200: #C3F0F9;
--sky-blue-300: #95E4F4;
--sky-blue-400: #5DD6EE;
--sky-blue-500: #2FCAE9;
--sky-blue-600: #15ADCB;
--sky-blue-700: #1189A2;
--sky-blue-800: #0C6273;
--sky-blue-900: #083F4A;
--sky-blue-950: #05272E;
}