Sky Blue
#95E4F3
CyanColor Codes
All color formats for development
HEX
#95E4F3RGB
rgb(149, 228, 243)HSL
hsl(190, 80%, 77%)OKLCH
oklch(0.873 0.08 210.8)CMYK
cmyk(39%, 6%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72DAEF
2#4FD1EB
3#2BC8E7
4#18B5D4
5#1497B1
6#10788D
7#0C5A6A
8#083C47
9#041E23
Tints
Lighter variations
1#A0E6F4
2#ABE9F6
3#B5ECF7
4#C0EFF8
5#CAF1F9
6#D5F4FA
7#DFF7FB
8#EAFAFD
9#F4FCFE
Tones
Muted variations
1#9AE1EF
2#9FDDEA
3#A4DAE5
4#A8D7E1
5#ADD4DC
6#B2D1D7
7#B6CED2
8#BBCBCE
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED5 #5ED5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C9 #30C9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AC #16ACCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1289 #1289A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D62 #0D6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F49 | 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: #F1FBFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C3F0F8;
--sky-blue-300: #95E4F3;
--sky-blue-400: #5ED5ED;
--sky-blue-500: #30C9E8;
--sky-blue-600: #16ACCA;
--sky-blue-700: #1289A1;
--sky-blue-800: #0D6273;
--sky-blue-900: #083F49;
--sky-blue-950: #05272E;
}