Sky Blue
#95C7F3
BlueColor Codes
All color formats for development
HEX
#95C7F3RGB
rgb(149, 199, 243)HSL
hsl(208, 80%, 77%)OKLCH
oklch(0.81 0.082 245.6)CMYK
cmyk(39%, 18%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72B5EF
2#4FA2EB
3#2B90E7
4#187CD4
5#1467B1
6#10538D
7#0C3E6A
8#082947
9#041523
Tints
Lighter variations
1#A0CDF4
2#ABD3F6
3#B5D8F7
4#C0DEF8
5#CAE3F9
6#D5E9FA
7#DFEEFB
8#EAF4FD
9#F4F9FE
Tones
Muted variations
1#9AC7EF
2#9FC7EA
3#A4C7E5
4#A8C6E1
5#ADC6DC
6#B2C6D7
7#B6C5D2
8#BBC5CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E0 #C3E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C7 #95C7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EAB #5EABED | Disabled statesSecondary iconsMuted text |
| 500 | 3092 #3092E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1676 #1676CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125E #125EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D43 #0D4373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082B #082B49 | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEEFB;
--sky-blue-200: #C3E0F8;
--sky-blue-300: #95C7F3;
--sky-blue-400: #5EABED;
--sky-blue-500: #3092E8;
--sky-blue-600: #1676CA;
--sky-blue-700: #125EA1;
--sky-blue-800: #0D4373;
--sky-blue-900: #082B49;
--sky-blue-950: #051B2E;
}