Sky Blue
#95BEF4
BlueColor Codes
All color formats for development
HEX
#95BEF4RGB
rgb(149, 190, 244)HSL
hsl(214, 81%, 77%)OKLCH
oklch(0.792 0.089 255.5)CMYK
cmyk(39%, 22%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71A8F0
2#4E93EC
3#2A7DE9
4#1669D5
5#1358B2
6#0F468E
7#0B356B
8#072347
9#041224
Tints
Lighter variations
1#9FC5F5
2#AACBF6
3#B5D2F7
4#BFD8F8
5#CADFF9
6#D5E5FB
7#DFECFC
8#EAF2FD
9#F4F9FE
Tones
Muted variations
1#9ABFEF
2#9EBFEA
3#A3C0E6
4#A8C1E1
5#ADC1DC
6#B1C2D7
7#B6C2D3
8#BBC3CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BE #95BEF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9C #5D9CEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F80 #2F80E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1564 #1564CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1150 #1150A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C39 #0C3973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0824 #08244A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DFEBFC;
--sky-blue-200: #C3DAF9;
--sky-blue-300: #95BEF4;
--sky-blue-400: #5D9CEE;
--sky-blue-500: #2F80E9;
--sky-blue-600: #1564CB;
--sky-blue-700: #1150A2;
--sky-blue-800: #0C3973;
--sky-blue-900: #08244A;
--sky-blue-950: #05172E;
}