Brand Design System

Time Picker

Time pickers allow users to select a time value. Material Design 3 provides both dial-based and input-based time pickers for different use cases.

Time Input Field

A text field with a clock icon that opens the time picker when clicked.

Dial Time Picker

The dial time picker provides a clock-face interface for selecting hours and minutes.

SELECT TIME

10
:
30
12
1
2
3
4
5
6
7
8
9
10
11

Input Time Picker

An alternative keyboard-based time picker for quick entry.

ENTER TIME

:

24-Hour Format

The time picker can also display in 24-hour format without AM/PM selection.

SELECT TIME

14
:
30

Brand Properties

PropertyTypeMaterial DefaultHoB ValueTAE Value
selectedTimeBackgroundcolor#EADDFF#038012 20%#1A5129 20%
selectedTimeColorcolor#6750A4#038012#1A5129
dialBackgroundcolor#E6E0E9#F6ECDA#F2E8DD
dialHandColorcolor#6750A4#038012#1A5129
selectedHourBackgroundcolor#6750A4#038012#1A5129
selectedHourTextColorcolor#FFFFFF#FFFFFF#FFFFFF
periodButtonActiveBackgroundcolor#6750A4#038012#1A5129
actionButtonColorcolor#6750A4#038012#1A5129
containerBorderRadiusstring28px12px12px
timeFontSizestring48px48px48px
dialSizestring224px224px224px

Usage Guidelines

  • Use the dial picker for touch-friendly interfaces where precision is not critical
  • Use the input picker when users need to enter precise times quickly
  • Support both 12-hour and 24-hour formats based on user locale preferences
  • Clearly indicate AM/PM selection in 12-hour format
  • Provide keyboard navigation for accessibility

Related Components