Sky Blue
#95CFF3
BlueColor Codes
All color formats for development
HEX
#95CFF3RGB
rgb(149, 207, 243)HSL
hsl(203, 80%, 77%)OKLCH
oklch(0.827 0.078 236.2)CMYK
cmyk(39%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72BFEF
2#4FAFEB
3#2B9FE7
4#188CD4
5#1475B1
6#105D8D
7#0C466A
8#082F47
9#041723
Tints
Lighter variations
1#A0D4F4
2#ABD9F6
3#B5DEF7
4#C0E2F8
5#CAE7F9
6#D5ECFA
7#DFF1FB
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#9ACEEF
2#9FCDEA
3#A4CCE5
4#A8CBE1
5#ADCADC
6#B2C9D7
7#B6C8D2
8#BBC7CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB6 #5EB6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A2 #30A2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1685 #1685CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126A #126AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0830 #083049 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C3E4F8;
--sky-blue-300: #95CFF3;
--sky-blue-400: #5EB6ED;
--sky-blue-500: #30A2E8;
--sky-blue-600: #1685CA;
--sky-blue-700: #126AA1;
--sky-blue-800: #0D4C73;
--sky-blue-900: #083049;
--sky-blue-950: #051E2E;
}