Crimson

#FA1E2D

Red

Color Codes

All color formats for development

HEX
#FA1E2D
RGB
rgb(250, 30, 45)
HSL
hsl(356, 96%, 55%)
OKLCH
oklch(0.628 0.244 25.9)
CMYK
cmyk(0%, 88%, 82%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.97:1

AA AAA

On Black Background

5.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8C
400
#FB50
500
#FA1E
600
#DC04
700
#AF04
800
#7D03
900
#5002
950
#3201

Shades

Darker variations

1#F70515
2#DC0413
3#C00410
4#A5030E
5#89030C
6#6E0209
7#520207
8#370105
9#1B0102

Tints

Lighter variations

1#FB3542
2#FB4B57
3#FC626C
4#FC7881
5#FD8F96
6#FDA5AB
7#FEBCC0
8#FED2D5
9#FFE9EA

Tones

Muted variations

1#EF2936
2#E43440
3#D93F49
4#CE4A53
5#C3555D
6#B86066
7#AD6B70
8#A27679
9#978183

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F1
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCDE
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEC2
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8C94
BordersInactive statesPlaceholder text
400
FB50
#FB505B
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E2D
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0413
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF040F
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D030B
Text on light backgroundsHeadingsStrong borders
900
5002
#500207
Primary textHigh emphasis contentDark headings
950
3201
#320104
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --crimson-50: #FFF0F1;
  --crimson-100: #FEDCDE;
  --crimson-200: #FEBEC2;
  --crimson-300: #FD8C94;
  --crimson-400: #FB505B;
  --crimson-500: #FA1E2D;
  --crimson-600: #DC0413;
  --crimson-700: #AF040F;
  --crimson-800: #7D030B;
  --crimson-900: #500207;
  --crimson-950: #320104;
}
Generate More ShadesCreate PaletteConvert Color