Sky Blue
#95EAF3
CyanColor Codes
All color formats for development
HEX
#95EAF3RGB
rgb(149, 234, 243)HSL
hsl(186, 80%, 77%)OKLCH
oklch(0.886 0.083 204.3)CMYK
cmyk(39%, 4%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72E3EF
2#4FDCEB
3#2BD5E7
4#18C1D4
5#14A1B1
6#10818D
7#0C616A
8#084047
9#042023
Tints
Lighter variations
1#A0ECF4
2#ABEEF6
3#B5F0F7
4#C0F2F8
5#CAF4F9
6#D5F7FA
7#DFF9FB
8#EAFBFD
9#F4FDFE
Tones
Muted variations
1#9AE6EF
2#9FE2EA
3#A4DFE5
4#A8DBE1
5#ADD7DC
6#B2D3D7
7#B6D0D2
8#BBCCCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EDF #5EDFED | Disabled statesSecondary iconsMuted text |
| 500 | 30D6 #30D6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B8 #16B8CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1292 #1292A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D69 #0D6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #084349 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF9FB;
--sky-blue-200: #C3F3F8;
--sky-blue-300: #95EAF3;
--sky-blue-400: #5EDFED;
--sky-blue-500: #30D6E8;
--sky-blue-600: #16B8CA;
--sky-blue-700: #1292A1;
--sky-blue-800: #0D6973;
--sky-blue-900: #084349;
--sky-blue-950: #052A2E;
}